码迷,mamicode.com
首页 > 移动开发 > 详细

android The connection to adb is down, and a severe error has occured

时间:2016-09-12 17:08:05      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:

今天打开eclipse出现了

The connection to adb is down, and a severe error has occured.  

这个问题。按照网上很多方法都试过了,还是不行。

主要的原因还是adb没有启动,如果打开adb的路径直接运行adb.exe,并没有什么用。

按照网上说的主要办法,首先,任务管理器中并没有adb进程,所以也没办法杀死。

第二种:转到adb目录下,执行adb kill-server,没问题。但如果再执行adb start-server,就会出现

技术分享

应该是接口被占用了。

解决办法:在cmd中执行adb devices

然后再在adb目录下,执行adb start-server,OK!

重启eclipse,就可以运行了。

android The connection to adb is down, and a severe error has occured

标签:

原文地址:http://www.cnblogs.com/zhaoheng/p/5865292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!