您的位置:首页 > 其它

The connection to adb is down, and a severe error has occured问题的解决

2015-05-27 12:11 573 查看
 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured.
 [2012-07-18 16:18:26 - ] You must restart adb and Eclipse.
 [2012-07-18 16:18:26 - ] Please ensure that adb is correctly located at 'D:\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\adb.exe' and can be executed.

      在更新adt后重新运行eclipse时,会经常发生上面的异常提示。针对 Please ensure that adb is correctly located at 'D:\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\adb.exe' and can be executed.的解决,网上也很多方式。大部分是说因为5037端口被占用,adb.exe没有启动。清除后就OK。

     如果adb.exe没有运行的话,其他方法也许可以解决。但我遇到的情况是adb.exe已经在运行。最后查The connection to adb is down, and a severe error has occured.问题得到了启发。因为\sdk\tools\中没有hprof-conv.exe文件,把文件从sdk\platform-tools中复制一份到tools内就OK了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐