您的位置:首页 > 移动开发 > Android开发

经常遇到的"Android Adb错误"的处理方法

2012-08-14 15:55 525 查看
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个豌豆荚导致的错误很坑爹,折腾了半天。假如还不行,那么有什么研究结果,欢迎反馈给我!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android kill eclipse 任务
相关文章推荐