【报错信息】:
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 'D:/android-sdk-windows/tools/adb.exe' and can be executed
【解决办法】:
1、关闭eclipse
2、cmd中执行netstat -ano | findstr "5037",找出PID,如截图PID就是172
3、打开任务管理器,进入查看--选择列,勾选PID(进程标识符),如截图
4、干掉这个PID为172的进程,如截图
5、cmd中执行adb start-server
6、重启eclipse,启动Android工程