Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElyDantas/6eb9a2ba27fd47565638d8d4ad1d0d48 to your computer and use it in GitHub Desktop.
Save ElyDantas/6eb9a2ba27fd47565638d8d4ad1d0d48 to your computer and use it in GitHub Desktop.
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