您的位置:首页 > 其它

【转载】The connection to adb is down, and a severe error has occured解决办法

2011-11-18 15:17 627 查看
The connection to adb is down, and a severe error has occured.
[2011-11-18 15:36:56 - GalleryDemo] You must restart adb and Eclipse.
[2011-11-18 15:36:56 - GalleryDemo] Please ensure that adb is correctly located at D:\Program Files\android-sdk-windows\platform-tools\adb.exe' and can be executed.

-----------------------------------------------------------------------------------------

解决办法:

方法1:cmd中adb kill-server,然后adb -startserver
方法2:方法1不管用,那么在任务管理器中杀死adb.exe,然后重启Eclipse。
方法3:方法1和2都不管用,那么查看最后一句报错中:platform-tools中是否有adb.exe(我的错误就是在相关路径下面没有platform-tools文件夹
,所以我选择新建一个文件夹,并且把tools中的文件全部复制到platform-tools中)
方法4:前面的方法试了还是不行的话,建议重新装一个系统,最好换个系统

原文链接:http://logger.iteye.com/blog/911977
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐