Hi,
I'm using WearableDataLayer library and after latest Sdk Manager updates (without changing b4a code), I have an error (in debug or release mode) during compile.
The error is:
The line of code with error is
How can I solve it ?
Thank you.
I'm using WearableDataLayer library and after latest Sdk Manager updates (without changing b4a code), I have an error (in debug or release mode) during compile.
The error is:
DL.Initialize(\
javac 1.8.0_144
src\it\eir\txheartwifi\connessioni.java:1613: error: cannot access NodeListener
mostCurrent._dl.Initialize(processBA,"DL");
^
class file for com.google.android.gms.wearable.NodeApi$NodeListener not found
The line of code with error is
B4X:
'ANDROID WEAR
'Initialize the DataLayer object
DL.Initialize("DL")
How can I solve it ?
Thank you.