首页 > 代码库 > [Android]ADB Server didn't ACK错误的解决方法
[Android]ADB Server didn't ACK错误的解决方法
Eclipse中调试的时候报错
[2014-06-18 13:07:49 - DinnerBooker] The connection to adb is down, and a severe error has occured.
[2014-06-18 13:07:49 - DinnerBooker] You must restart adb and Eclipse.
[2014-06-18 13:07:49 - DinnerBooker] Please ensure that adb is correctly located at ‘E:\android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe‘ and can be executed.
到CLI上随便跑一个adb命令,显示adb server is out of date. killing ...的错误, 初看以为adb过期了...实际上不是这样。
跑一下adb nodaemon server 发现是不能绑定tcp端口 5037, 查看端口占用情况, 然后从任务管理器终止进程25188, 重启adb与eclipse就可以了。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。