eclipse编写android软件,没法模拟运行,提示错误。

[2015-05-29 15:01:03 - AndroidTest22] The connection to adb is down, and a severe error has occured.
[2015-05-29 15:01:03 - AndroidTest22] You must restart adb and Eclipse.
[2015-05-29 15:01:03 - AndroidTest22] Please ensure that adb is correctly located at 'D:\android\adt-bundle-windows-x86\sdk\platform-tools\adb.exe' and can be executed

adb路径没问题,求解???

adb down了, 进程里面关闭所有 *adb.exe 然后重启eclipse

You must restart adb and Eclipse.

重启adb和eclipse,再不行重启下电脑后再试(只要保证你之前是ok的就行)。

重启一下,路径没问题应该就ok了

结束kadb或者adb进程。然后重启eclipse

在eclipse中的DDMS中可以直接重启adb

额错误信息说的很明确,而且解决方案也给了~
The connection to adb is down.Android调试器无法连接
解决方案:You must restart adb and Eclipse.需要关闭再重新启动adb and Eclipse~
启动adb的前提是adb工具放在Android开发工具的路径下D:\android\adt-bundle-windows-x86\sdk\platform-tools\adb.exe'
既然你说路径正确,那重启adb和eclipse应该就可以~如果还是不能运行Android模拟器,就 删掉模拟器,重新建一个~

这是因为Eclipse抢占了adb所需的端口号,在DDMS左边的三角形中可以重启。

ddms里面有reset adb点一下就好了