解决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. 

在命令行下运行
 
adb start-server 

errors: 

* daemon not running. starting it now * 
ADB server didn't ACK 
* failed to start daemon * 

    已经确认adb.exe的路径没有问题,重启了几次模拟器和eclipse还是不行.解决办法:
(1) 查看任务管理器,关闭所有adb.exe.

(2) 重启eclipse即可

这是我在出现类似的问题后,大伙提供的解决方式,但是我在测试了后,感觉还是不行,在这里说下我这个问题出现的原因.我的问题是因为我的360将我的adb.exe放置在了被阻止的应用程序列表里,所以导致出现了上述原因,希望贴在这里对大伙有帮助.说不定那位也会遇到我这样的问题,多一种解决问题的方法反正不是坏事:)

你可能感兴趣的:(server)