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?
If you are getting the error
cannot bind 'tcp:5037'
and you are using any Linux distribution such as Ubuntu,Kill old ADB process:
This will kill the adb process at port 5037 and then,
Start ADB:
I'm facing this issue with Genymotion, so I've replaced it's
adb
with my currentadb
. For reference:Open Command Navigate your adb.exe file where is located Reach into the file on command adb kill-server adb start-server