-
前置条件:android设备和开发计算机需在同一个网段下(如连着同一个路由器)
-
使用命令
adb shell进入设备系统 -
使用命令
ifconfig查看设备ip地址 -
使用命令
adb tcpip xxxx设置android设备的port端口(xxxx为0-65535之间) -
使用命令
adb connect ip:port连接成功后即可进行无线调试
相关文章:
前置条件:android设备和开发计算机需在同一个网段下(如连着同一个路由器)
使用命令adb shell进入设备系统
使用命令ifconfig查看设备ip地址
使用命令adb tcpip xxxx设置android设备的port端口(xxxx为0-65535之间)
使用命令adb connect ip:port连接成功后即可进行无线调试
相关文章: