Hey guys I am struggling with the moto360 v1 and android wear app.
I can get into debugging mode and get host and destination connected, but if I am starting processing, the host get disconnected. And if I am trying to connect it with the command this appears
Tuan-404-not-found:~ anhtuanha$ adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
connected to localhost:4444
Tuan-404-not-found:~ anhtuanha$ adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
adb server is out of date. killing...
* daemon started successfully *
error: device '(null)' not found
error: device '(null)' not found
unable to connect to localhost:4444
First part is when Processing is not started. After that the adb server is out of date....
Does someone experienced this before?
Would be very thankful if someone could help me.
cheers Twan