Android ADB 错误,在开发过程中经常会遇到,错误消息如下
[2012-08-14 15:47:02 - EexamPadClient] The connection to adb is down, and a severe error has occured.
[2012-08-14 15:47:02 - EexamPadClient] You must restart adb and Eclipse.
[2012-08-14 15:47:02 - EexamPadClient] Please ensure that adb is correctly located at 'E:\setup\android\android-sdk\platform-tools\adb.exe' and can be executed.
处理办法
1 打开任务管理器,Kill 进程adb.exe , 重启Eclipse,假如还不行,看第2个办法
2 在命令执行
adb kill-server
adb start-server
假如还不行,看第3个办法
3 打开任务管理器的进程,看看是不是存在豌豆荚的进程 wandoujia_daemon.exe,有的话Kill它
第3个豌豆荚导致的错误很坑爹,折腾了半天。假如还不行,那么有什么研究结果,欢迎反馈给我!