Running Vista, tried starting adb
from shell as admin get daemon not running starting it now
ADB server didn't ACK
* failed to start daemon *
Any help for this?
Running Vista, tried starting adb
from shell as admin get daemon not running starting it now
ADB server didn't ACK
* failed to start daemon *
Any help for this?
On A Mac or Unix
For those of you coming here with on Mac or Unix, the following worked for me:
> killall adb
> adb start-server
Restart Eclipse.
Basically adb is running on another process on your box, and you need to kill it, and start up the daemon again, since they're both trying to bind to the same port (:5037). In my case, I had another window open to :5037, and forgot about it. Wondered why I couldn't stop and start as usual. By going "killall" you make sure you're terminating all processes. You can also go into the CPU's processes and force quit.
In a console, try:
Do this many times, until it says
ERROR: The process "adb.exe" not found.
ThenFor whoever is using Android Studio and MAC. This is what worked for me:
helps. In my case, I had edited ~/.android/adb_usb.ini, and added 0x1949 at the end to enable debugging on the Kindle Fire. Sadly, it could not handle the newline(s) I put in after the 0x1949
I found solution like:
Follow step:
adb.exe