0

From the previous solved question: Eclipse error "ADB server didn't ACK, failed to start daemon" , I've tested with the solution posted but it still doesn't solve my problem. enter image description here

It seems that ADB was never started and I've tried to restart eclipse as well as detached my phone but still no luck. May I know what's wrong?

Community
  • 1
  • 1
SuicideSheep
  • 5,260
  • 19
  • 64
  • 117

1 Answers1

1

I had the same error as following:


adb: ADB server didn't ACK adb: * failed to start daemon *

ddms: 'C:\Users\samsung\AppData\Local\Android\sdk\platform-tools\adb.exe,start-server' failed -- run manually if necessary

So i followed the link to the adb.exe file and i run it manually, and it worked.

Also i killed the adb.exe from the task manager, and killed also another file that i can't recall its name but it ends with the word daemon.

Now both my lollipop and Kitkat versions are working probably. Hope that helpes Note: for the phone with KitKat, i even did not install the USB driver, as it seems that windows 8.1 had figured it by him self.

Neo
  • 11
  • 1
  • 2
    "another file that i can't recall its name but it ends with the word daemon" is a bit vague for an answer. Please provide a more detailed explanation of how you solved this problem and if possible, provide some source to back up you experience. – ankh-morpork Jul 11 '15 at 11:03
  • Every time I kill-server, it starts itself on same port, and the error persists. Emulator never starts. I checked using sudo lsof -i , there is a new pid for adb each time you kill server. – Abhinav Saxena Feb 04 '21 at 06:08