Android Question Wearable Data Layer error

postasat

Active Member
Licensed User
Longtime User
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:

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.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

postasat

Active Member
Licensed User
Longtime User
Hi,
I hope somebody can update the wearable datalayer library, is a very useful library.
But why before last updates it was all ok ? something changed related to node or wearable ?

Thank you.
 
Upvote 0

postasat

Active Member
Licensed User
Longtime User
Thank you,

I hope somebody can update the wearable datalayer library, or create a new library to communicate with android wear.

it's a very useful library !
 
Upvote 0
Top