adb无线安装软件

连接usb
adb devices # 确认设备连接成功

adb shell 
ifconfig    # 查看机器的ip

adb tcpip 5555 # 5555为一个自定义的端口,只要与下一行命令的端口保持统一即可
adb connect 192.168.0.101:5555 # 192.168.0.101为手机无线网络的ip地址

Guess you like

Origin blog.csdn.net/zhangjin1120/article/details/120977302