Created
December 23, 2015 19:26
-
-
Save paolorotolo/7fdcf1780c944400036a to your computer and use it in GitHub Desktop.
Connect and debug an Android Wear device
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
#!/bin/bash | |
adb forward tcp:4444 localabstract:/adb-hub | |
adb connect localhost:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment