Last active
June 1, 2017 13:25
-
-
Save bigfox/6caad6f521810535688484e20c3d6753 to your computer and use it in GitHub Desktop.
Android ADB over Wifi
This file contains hidden or 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
# 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