Last active
May 14, 2020 10:59
-
-
Save TheLittleNaruto/5e32f373ed837d18418b429c7aba4417 to your computer and use it in GitHub Desktop.
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
$ adb tcpip 5555 | |
$ adb connect <Mobile Device IP Address>:5555 | |
# Example: | |
$ adb connect 192.168.1.5:5555 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment