Skip to content

Instantly share code, notes, and snippets.

@erikcox
Created September 26, 2015 20:08
Show Gist options
  • Save erikcox/10b5b5bbcc4a83cedb2a to your computer and use it in GitHub Desktop.
Save erikcox/10b5b5bbcc4a83cedb2a to your computer and use it in GitHub Desktop.
ADB over WiFi
# 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