症状1: 命令行运行 adb 相关命令,提示如下: adb server is out of date. killing...ADB server didn't ACK* failed to start daemon * 症状2: 启动appium服务失败,也报类似上面的错误. 解决办法: 由于adb的服务端口5037被占,导致adb启动失败. 查看是谁占用此端口,执行:netstat -ano | findstr "5037" C:\Users\xxx>netstat -ano…
问题描述: The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located at 'E:\setups\android\android-2.1_r01-windows\tools\adb.exe' and can be executed. 过程: 今天用通过usb线吧手机连接电脑了…