Appium-Python3--UI自动化-[-18-]-断开有线网络连接无线网络时,adb shell时,报错“more than one device and emulator”

1. 首先查看实际连接的设备

C:\Users\888.8888>adb devices
List of devices attached
ccb6be96        device
10.1.23.22:5555        device
C:\Users\shujin.chu>adb devices
List of devices attached
ccb6be96        device
10.22.33.54:5555        offline

确实存在两个设备

如果实际上只有一个设备或模拟器,并且查到有offline的状态;
那就说明是adb本身的BUG所导致的,就需要用如下的方法处理下了:

1. adb kill-server
2.taskkill /f /im adb.exe

第一条命令是杀adb的服务,第二条命令是杀adb的进程!
如果第一条没有用,用第二条!

 

posted @ 2021-06-04 10:15  旅行没有终点  阅读(158)  评论(0编辑  收藏  举报