Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Attempt to invoke virtual method  #1

@Basheer009

Description

@Basheer009

getting this error: NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at :
private void startLiveData() {
if ((!this.liveDataActive) && (!this.BluetoothDeviceAddress.equals("")))
connectBluetoothDeviceAddress(this.BluetoothDeviceAddress);

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions