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

Attempt to invoke virtual method #1

Open
Basheer009 opened this issue May 21, 2018 · 0 comments
Open

Attempt to invoke virtual method #1

Basheer009 opened this issue May 21, 2018 · 0 comments

Comments

@Basheer009
Copy link

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);

}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant