Skip to content

Instantly share code, notes, and snippets.

@krebernisak
Created May 22, 2013 13:24
Show Gist options
  • Save krebernisak/5627515 to your computer and use it in GitHub Desktop.
Save krebernisak/5627515 to your computer and use it in GitHub Desktop.
Connect to Android with ADB over TCP
#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