Facing problems in eclipse ADB server not ACK

I get this error ... and my eclipse does not start any project

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

this is what i get in android console.

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.

Can anyone say what to do?

+5
source share
4 answers

Try killing adb.exe using the task manager, and then restart Eclipse.

If this does not work, try adding adb to your CLASSPATH and then restart Eclipse.

+16
source

Try removing all existing AVDs under .android / avd and restart eclispe .. create a new avd and run the program ... This usually works for me when I get this error

+2
source

adb.exe , , SDK.

+2
source

go to the task manager, kill the adb.exe process and restart eclipse.

-1
source

All Articles