Created
June 11, 2019 18:49
-
-
Save icerda/b2538fa8c1ca9a031cbf9052da08267d to your computer and use it in GitHub Desktop.
Setup wifi for android development
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
#!/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