Created
January 2, 2016 12:02
-
-
Save younes200/aae9dcc2962826cb89ed to your computer and use it in GitHub Desktop.
Android Wear Remote debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb forward tcp:4444 localabstract:/adb-hub | |
adb -d forward tcp:5601 tcp:5601 | |
adb connect 127.0.0.1:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment