Last active
December 1, 2015 00:07
-
-
Save fnzainal/2a2032ef4bd3ead7cbcd to your computer and use it in GitHub Desktop.
debugging apps from android studio via wifi
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
cd android-sdks/platform-tools/ | |
./adb connect [ip android device] | |
./adb devices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment