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
Post a Comment