Created
December 24, 2016 19:21
-
-
Save gorrotowi/86eafdb96934ea8dd48d39db0c9fc5ef to your computer and use it in GitHub Desktop.
With this commands you can deploy your Android project in a physic device with out usb cable
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 enable: | |
adb tcpip 5555 | |
adb connect device-ip:5555 | |
#ADB to disable: | |
adb -s device-ip:5555 usb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment