日期:2014-05-16 浏览次数:20383 次
[2012-07-25 10:57:03 - Xxx] The connection to adb is down, and a severe error has occured.
[2012-07-25 10:57:03 - Xxx] You must restart adb and Eclipse.
[2012-07-25 10:57:03 - Xxx] Please ensure that adb is correctly located at 'C:\Xavier\android-sdk\platform-tools\adb.exe' and can be executed.
这个错误的问题很可能是豌豆荚这类手机助手开着,解决方法:
1.关闭豌豆荚进程
2.adb kill-server
3.adb start-server
4.重启Eclipse
OK