Created
October 8, 2020 03:31
-
-
Save vamjakuldip/a1f1b29014a0a62ab5211d3d2017359b to your computer and use it in GitHub Desktop.
Follow below commant to connect your device over wifi.
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
1) Write the below command to restart adb in tcpip mode: | |
$ adb tcpip 5555 | |
2) Find out the IP address of the Android device: | |
Go to phone Settings -> About phone/tablet -> Status -> IP address | |
3) Step 5 Connect device to Computer: | |
if your device Ip is 192.168.0.102 then follow below command. | |
$ adb connect 192.168.0.102 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment