wifi调试android 设备的方法

    1. Connect device via USB and make sure debugging is working.
    2. adb tcpip 5555
    3. adb connect 10.0.0.2:5555 
      (replace with device’s IP address)
    4. Disconnect USB and proceed with wireless debugging.
    5. adb usb to switch back when done.
原文地址:https://www.cnblogs.com/cjllmd/p/4875785.html