首页 > 代码库 > The connection to adb is down, and a severe error has occured

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。

原因是adb.exe无法运行。

在命令行中输入

adb.exe kill-server

adb start-server

 

重启eclipse,即可解决问题。