【问题标题】:Error the connection to adb is down错误与 adb 的连接已关闭
【发布时间】:2013-08-03 19:38:30
【问题描述】:

我在eclipse中有问题

[2013-08-03 21:21:42 - adb] ADB server didn't ACK
[2013-08-03 21:21:42 - adb] * failed to start daemon *
[2013-08-03 21:21:44 - adb] ADB server didn't ACK
[2013-08-03 21:21:44 - adb] * failed to start daemon *

我确实喜欢这个link中的解决方案

同样的错误并重新启动我的笔记本电脑并删除 adb 并再次下载,但是当尝试运行任何程序时会看到

与 adb 的连接断开,出现严重错误。

[2013-08-03 21:27:19 - ] You must restart adb and Eclipse. 
[2013-08-03 21:27:19 - ] Please ensure that adb is correctly located at

而且位置正确,我该怎么办?!

【问题讨论】:

  • 如果你在 Windows 上,进入你的 sdk 路径文件夹然后Shift+RightClick你的 sdk 文件夹,点击 Open Command Window Here 然后输入 adb kill-server,点击 Enter,然后输入 adb start-server,点击 @ 987654329@。还要检查 On Eclipse Preference>>Android>> SDK Location 是否正确。

标签: android eclipse adb


【解决方案1】:

试试这个:

  1. 打开你的终端
  2. cd ~/.../adt-bundle/sdk/tools/
  3. adb kill-server
  4. adb 启动服务器

【讨论】:

    猜你喜欢
    • 2014-05-04
    • 2011-05-03
    • 1970-01-01
    • 2020-03-20
    • 2018-07-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多