5

I am getting this error...and my eclipse in not running 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 recieve 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 tell what to do??

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Hisham Muneer
  • 8,558
  • 10
  • 54
  • 79

4 Answers4

16

Try killing adb.exe using your task manager then restarting Eclipse.

If that doesn't work, try adding adb to your CLASSPATH then restarting Eclipse.

corgichu
  • 2,580
  • 3
  • 32
  • 46
2

Try deleting all your existing AVD's under .android/avd and restart your eclispe.. create a new avd and run you program... This usually works for me when I get this error

Srikanth Pai
  • 926
  • 3
  • 17
  • 30
2

Check the path of adb.exe in task manager, maybe it is not the one in SDK path.

ET Worker
  • 275
  • 1
  • 3
  • 11
-1

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

Shridutt Kothari
  • 7,326
  • 3
  • 41
  • 61