Skip to content

Instantly share code, notes, and snippets.

@icerda
Created June 11, 2019 18:49
Show Gist options
  • Save icerda/b2538fa8c1ca9a031cbf9052da08267d to your computer and use it in GitHub Desktop.
Save icerda/b2538fa8c1ca9a031cbf9052da08267d to your computer and use it in GitHub Desktop.
Setup wifi for android development
#!/usr/bin/env bash
#Set Listener on the phone
adb tcpip 5555
#Connect to the phone
#adb connect <IP address of your device>:5555
adb connect 192.168.137.57:5555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment