在eclipse调试运行的时候 发现启动不了模拟器
[2012-10-15 05:33:11- ActivityForResult] The connection to adb is down, and a severe error has occured.
[2012-10-15 05:33:11 - ActivityForResult] You must restart adb and Eclipse.
[2012-10-15 05:33:11 - ActivityForResult] Please ensure that adb is correctly located at 'C:\Java\Android\android-sdk-windows\platform-tools\adb.exe' and can be executed.
最后发现是因为安装了豌豆荚,根据网上牛人的方法试验最后成功
1.关闭豌豆荚的进程,有两个进程
2.cmd中adb kill-server,然后adb -startserver
OK