Created
May 22, 2013 13:24
-
-
Save krebernisak/5627515 to your computer and use it in GitHub Desktop.
Connect to Android with ADB over TCP
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
#From a command line on the computer that has the device connected via USB, issue the commands | |
adb tcpip 5555 | |
adb connect <device-ip>:5555 | |
#To tell the ADB daemon return to listening over USB | |
adb usb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment