• [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:androidadt-bundle-windows-x86_64-20140321sdkplatform-toolsadb.exe' and can be executed.

    到CLI上随便跑一个adb命令,显示adb server is out of date. killing ...的错误, 初看以为adb过期了...实际上不是这样。

    跑一下adb nodaemon server 发现是不能绑定tcp端口 5037, 查看端口占用情况, 然后从任务管理器终止进程25188, 重启adb与eclipse就可以了。

  • 相关阅读:
    d3-tree 双向树
    .gitignore
    url正则匹配
    this 指向
    git 用法小总结
    心态崩了?
    内存溢出和内存泄漏的区别
    jQuery添加方法
    物理像素与逻辑像素
    服务器返回的status
  • 原文地址:https://www.cnblogs.com/spec-dog/p/3794428.html
Copyright © 2020-2023  润新知