- Connect device via USB and make sure debugging is working.
adb tcpip 5555
adb connect 10.0.0.2:5555
(replace with device’s IP address)
- Disconnect USB and proceed with wireless debugging.
adb usb
to switch back when done.
wifi调试android 设备的方法
原文:http://www.cnblogs.com/cjllmd/p/4875785.html