Android开发问题之无法启动虚拟机

问题分析:

[2014-01-16 20:18:26 - ] The connection to adb is down, and a severe error has occured.

[2014-01-16 20:18:26 - ] You must restart adb and Eclipse.

[2014-01-16 20:18:26 - ] Please ensure that adb is correctly located at 'E:javasdkplatform-toolsadb.exe' and can be executed.

Eclipse的adb.exe进程没有被正确执行,主要原因是其他的程序占用了adb.exe的端口,导致abd.exe无法执行。

问题解决:

在任务管理器中找到占用adb.exe端口的进程,笔者找到的是kadb.exe,这个进程是酷狗的联网的应用程序,结束它重启eclipse就可以了,不影响酷狗的使用。

原文地址:https://www.cnblogs.com/gxchexi/p/3815859.html