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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android The connection to adb is down, and a severe error has occured相关的知识,希望对你有一定的参考价值。

今天打开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的主要内容,如果未能解决你的问题,请参考以下文章

VS2017 + VS Android Emulator Could not connect to the debugger 解决方法

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

[Android] The connection to adb is down, and a severe error has occured

eclipse运行Android项目出现“The connection to adb is down, and a severe error has occured. You must resta

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

Android 提示: The connection to adb is down, and a severe error has occured.