在命令行下运行 adb start-server
errors:
* daemon not running. starting it now *
ADB server didn't ACK
* failed to start daemon *

已经确认adb.exe的路径没有问题,重启了几次模拟器和eclipse还是不行,之前运行都还是好好的,突然就出现了这个错误。

原因分析:可能是有另外一个应用占用了ADB SERVER的端口,也许是adb shell 本身,需要结束进程中的adb.exe并重新启动adb。

解决办法:
(1)查看任务管理器,关闭所有adb.exe
(2)重启eclipse即可

相关文章:

  • 2021-05-03
  • 2021-04-24
  • 2021-07-05
猜你喜欢
  • 2021-08-11
  • 2021-08-05
  • 2022-12-23
  • 2021-10-10
相关资源
相似解决方案