Created
September 26, 2015 20:08
-
-
Save erikcox/10b5b5bbcc4a83cedb2a to your computer and use it in GitHub Desktop.
ADB over 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
# Plug in device via USB first | |
adb devices | |
adb tcpip 5555 | |
# Unplug device | |
adb connect 192.168.1.10 | |
adb devices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment