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.
posted @ 2015-10-13 20:43  cjllmd  阅读(121)  评论(0编辑  收藏  举报