5

我收到了这个错误......而且我的 Eclipse 没有运行任何项目

[2012-08-28 01:35:50 - adb] ADB server didn't ACK
[2012-08-28 01:35:50 - adb] * failed to start daemon *

这是我在 android 控制台中收到的

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe' and can be executed.

谁能告诉我该怎么做??

4

4 回答 4

16

尝试使用任务管理器杀死 adb.exe,然后重新启动 Eclipse。

如果这不起作用,请尝试将 adb 添加到您的 CLASSPATH 中,然后重新启动 Eclipse。

于 2012-08-27T20:19:08.023 回答
2

在任务管理器中查看 adb.exe 的路径,可能不是 SDK 路径中的那个。

于 2013-01-30T15:35:14.647 回答
2

尝试删除 .android/avd 下的所有现有 AVD 并重新启动您的 eclispe .. 创建一个新的 avd 并运行您的程序...当我收到此错误时,这通常对我有用

于 2012-08-27T20:21:16.193 回答
-1

去任务管理器杀死 adb.exe 进程,然后重新启动 Eclipse。

于 2013-02-07T10:09:46.063 回答