Android eclipse ADB服务器中面临的问题';塔克

Android eclipse ADB服务器中面临的问题';塔克,android,eclipse,Android,Eclipse,我得到了这个错误…我的eclipse没有运行任何项目 [2012-08-28 01:35:50 - adb] ADB server didn't ACK [2012-08-28 01:35:50 - adb] * failed to start daemon * 这就是我在安卓控制台中得到的 The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Pleas

我得到了这个错误…我的eclipse没有运行任何项目

[2012-08-28 01:35:50 - adb] ADB server didn't ACK
[2012-08-28 01:35:50 - adb] * failed to start daemon *
这就是我在安卓控制台中得到的

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.

有人能告诉我该怎么做吗?

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


如果不起作用,请尝试将adb添加到类路径中,然后重新启动Eclipse。

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

检查任务管理器中adb.exe的路径,可能它不是SDK路径中的路径。

转到任务管理器杀死adb.exe进程,然后重新启动eclipse