-
Notifications
You must be signed in to change notification settings - Fork 8
Debug app on real device
Jiří M. aka Menion edited this page Oct 5, 2016
·
1 revision
https://developer.android.com/training/wearables/apps/creating.html#SetupDevice
https://developer.android.com/training/wearables/apps/bt-debugging.html
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