Last active
January 18, 2019 23:07
-
-
Save ElyDantas/6eb9a2ba27fd47565638d8d4ad1d0d48 to your computer and use it in GitHub Desktop.
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
ANDROID STUDIO + WIFI | |
// Connect device | |
cd Library/Android/sdk/platform-tools/ | |
./adb tcpip 5555 | |
./adb connect 192.168.0.12 | |
Back to USB mode | |
./adb -s 192.168.0.12 usb | |
Reconnect device | |
./adb connect 192.168.0.12:5555 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment