【发布时间】:2014-05-31 00:40:17
【问题描述】:
[2014-04-16 14:01:05 - Abc] ------------------------------
[2014-04-16 14:01:05 - Abc] Android Launch!
[2014-04-16 14:01:05 - Abc] The connection to `ADB` is down, and a severe error has occurred.
[2014-04-16 14:01:05 - Abc] You must restart `ADB` and Eclipse.
[2014-04-16 14:01:05 - Abc] Please ensure that adb is correctly located at 'D:\adt-bundle-windows-x86-20131030\sdk\platform-tools\adb.exe' and can be executed.
在我尝试运行程序时发生了上述错误。作为解决方案,
我通过打开命令提示符执行了以下步骤:
- 如果正在运行,请关闭 Eclipse
- 进入命令提示符中的 Android SDK platform-tools 目录
- 输入
adb kill-server - 然后输入
adb start-server - 启动 ADB 服务器时没有抛出错误消息,然后是
adb is started successfully。 - 现在您可以再次启动 Eclipse。
但它不工作,在命令提示符中显示:
daemon not running .starting it now on port 5037 ADB server didn't ACK FAILED TO START DAEMON
【问题讨论】:
-
这听起来像是安全软件或其他东西可能会阻止 ADB 的两个“半部”相互通信。
-
Adb won't start 的可能重复项
标签: android android-studio command adb android-sdk-tools