Skip to content

Instantly share code, notes, and snippets.

@bigfox
Last active June 1, 2017 13:25
Show Gist options
  • Save bigfox/6caad6f521810535688484e20c3d6753 to your computer and use it in GitHub Desktop.
Save bigfox/6caad6f521810535688484e20c3d6753 to your computer and use it in GitHub Desktop.
Android ADB over Wifi
# Get device IP address
adb shell ip addr show wlan0
# Run ADB
adb tcpip 5555
adb connect <device_ip_address>:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment