Created
November 24, 2019 19:18
-
-
Save AbelWeldaregay/a63f71e3a3b436434296e71c817b4c41 to your computer and use it in GitHub Desktop.
The following commands are useful when connecting an android smartwatch to android studios for debugging.
This file contains hidden or 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 connect 127.0.0.1:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment