- Connect through USB
adb devices
adb tcpip 5555
- Disconnect from USB, and find
IP_address
of the Android device adb connect IP_address:5555
e.g.adb connect 192.168.1.100:5555
adb devices
, and the devices shows as e.g. 192.168.1.100:5555
adb devices
adb tcpip 5555
IP_address
of the Android deviceadb connect IP_address:5555
adb connect 192.168.1.100:5555
adb devices
, and the devices shows as e.g. 192.168.1.100:5555