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
Written by Azri Jamil
Related protips
1 Response
good information
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Debug
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#