Fork me on GitHub

Android开启网络adb调试

  • 首先开启手机的USB调试并且使用USB连接电脑
  • 在终端执行adb tcpip 5555

    1
    2
    C:\Users\LENOVO>adb tcpip 5555
    restarting in TCP mode port: 5555
  • 在终端执行adb connect 192.168.2.106

    1
    2
    C:\Users\LENOVO>adb connect 192.168.2.106
    connected to 192.168.2.106:5555
  • 如果要断开连接
    在终端执行adb disconnect

    1
    2
    C:\Users\LENOVO>adb disconnect
    disconnected everything