The connection to adb is down, and a severe error has occured.
在eclipse中运行Android项目时,出现如题所示的错误;
解决方法:如果我们使用的是adt-bundle,在adt-bundle-windows-x86_64\sdk\platform-tools目录下有adb.exe程序
打开运行对话框,进入adt.exe程序所在的目录
先执行命令:adb.exe kill-server
再执行命令:adb.exe start-server
最后重启eclipse就可以解决问题了!
参考:http://www.2cto.com/kf/201303/192723.html