networking - How can I connect to Android with ADB over TCP? - Stack Overflow
To connect your tablet using TCP port. Make sure your system and device is connected to same network.
- Open console cmd.exe
- Type
adb tcpip 5555
- Go to System -> Development option -> USB debugging --> Uncheck it for TCPIP connection
- Type
adb connect 192.168.1.2
this is your device IP address - Connected to 192.168.1.2
Read full article from networking - How can I connect to Android with ADB over TCP? - Stack Overflow
No comments:
Post a Comment