Android Wear Emulator: How to debug on Emulator? -


i have simple application in sending message wear , receiving wear. how test when have real handheld device emulator? whatever do, emulator not connect device. in android wear app on mobile, says target: disconnected.

i have tried permutations , combinations of following commands: adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444 adb -d forward tcp:5601 tcp:5601

i run ddms android sdk tools directory. should attach emulator.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -