Last active
August 12, 2017 15:33
-
-
Save marschhuynh/8ef796f435a4d99d4763ac7e726c4049 to your computer and use it in GitHub Desktop.
Debug android over wifi network
This file contains hidden or 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
adb shell setprop service.adb.tcp.port 4444 | |
adb tcpip 4444 | |
adb connect 192.168.0.155:4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment