您的位置:首页 > 移动开发 > Android开发

android调试遇到问题

2012-10-15 13:40 323 查看
在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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: