The connection to adb is down解决办法

 

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

posted on 2012-03-26 14:34  lizhen-cswb  阅读(392)  评论(0编辑  收藏  举报

导航