Android 通过IP 连接android设备
1 adb devices
若出现:
程序 ‘adb’ 已包含在下列软件包中:
- adb
- android-tools-adb
请尝试:sudo apt install <选定的软件包>
则需要安装adb:
sudo apt install adb
完了之后再次:adb devices
出现:
List of devices attached
adb server is out of date. killing…
- daemon started successfully *
2 连接设备ip
adb connect xxxxxxx(设备iip地址)
出现:connected to xx.xx.xx.xx:5555
再次adb devices
结果:List of devices attached
10.58.xx.xx:5555(ip地址) device