Skip to content

Debug app on real device

Jiří M. aka Menion edited this page Oct 5, 2016 · 1 revision

Setup Android device

https://developer.android.com/training/wearables/apps/creating.html#SetupDevice

Setup Android Wear device

https://developer.android.com/training/wearables/apps/bt-debugging.html

Troubles

Cannot connect to Wear device over BT

In case of problems with debugging session

adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444

try to use

adb forward tcp:4444 localabstract:/adb-hub
adb connect 127.0.0.1:4444
Clone this wiki locally