Last Updated: February 25, 2016
·
588
· wajatimur

Debugging Android ADB Using WIFI

First we need to connect device via USB and make sure debugging is working.

adb tcpip 5555
adb connect <DEVICE_IP_ADDRESS>:5555

Disconnect USB and proceed with wireless debugging. To switch back to USB debugging then use below command.

adb -s <DEVICE_IP_ADDRESS>:5555 usb 

1 Response
Add your response

good information

over 1 year ago ·