Skip to content

Instantly share code, notes, and snippets.

@romrozen
Created April 14, 2018 13:43
Show Gist options
  • Save romrozen/7577c3673a3878b68c966dad647461a4 to your computer and use it in GitHub Desktop.
Save romrozen/7577c3673a3878b68c966dad647461a4 to your computer and use it in GitHub Desktop.
Connect android device and debug over WiFi.
1.Run in the terminal - adb tcpip 5555
2.Run in the terminal - adb connect <IP>:5555
* First step only needed if device was restarted.
* To disconnect WiFi connection run step 2 but with disconnect keyword instead.
* IP - can be found in the WiFi setting of the device.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment