本文主要是介绍解决ADB server didn't ACK问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
之前运行eclipse执行android应用都没问题,今天突然出问题了,控制台报错:
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'D:\android-2.2-windows\tools\adb.exe' and can be executed.
重启myeclipse出现如下提示
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'D:\android-2.2-windows\tools\adb.exe' and can be executed.
重启myeclipse出现如下提示
errors:
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *
参考以下两个贴子
http://www.cnblogs.com/miya2012/archive/2012/06/05/2536028.html
http://jacky-zhang.iteye.com/blog/888933
已经确认adb.exe的路径没有问题,重启了几次模拟器和eclipse还是不行,上网查了下资料~
解决办法:
(1)查看任务管理器,关闭所有adb.exe
(2)重启eclipse即可
这篇关于解决ADB server didn't ACK问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!