Open
Description
Hi.
wearSocket = WearSocket.getInstance();
wearSocket.setupAndConnect(getApplicationContext(), "chillen", new WearSocket.onErrorListener() {
@Override
public void onError(Throwable throwable) {
Log.d("MEx", throwable.getLocalizedMessage());
//Throws an error here if there is a problem connecting to the other device.
}
});
"Error, cannot find a connected device"
That's the error I get when I try
wearSocket.startDataListener(WatchActivity.this, "myDataPath");
wearSocket.setKeyDataType("myKey", new TypeToken<List<String>>() {
}.getType());
wearSocket.updateDataItem("myDataPath","myKey", drawView.publicPath);
Im trying to pass a Path object. My WearOS device also prints the same error message. How do I fix this?
Metadata
Metadata
Assignees
Labels
No labels