Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facing issues in eclipse ADB server didn't ACK [duplicate]

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??

like image 292
Hisham Muneer Avatar asked Aug 27 '12 20:08

Hisham Muneer


People also ask

How do I know if ADB is running?

If you're already on Ice Cream Sandwich, go to Settings > Developer options and tick “Android debugging” or “USB debugging.” A result like that (where the X's represent your device's actual serial number) confirms that your ADB is set up and working.


1 Answers

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.

like image 129
corgichu Avatar answered Sep 26 '22 17:09

corgichu