ADB Eclipse error

Asked

Viewed 685 times

1

[2014-11-20 13:52:43 - Chegouahora] The Connection to adb is down, and a Severe error has occured.

[2014-11-20 13:52:43 - Chegouahora] You must Restart adb and Eclipse.

[2014-11-20 13:52:43 - Chegouahora] Please ensure that adb is correctly Located at 'C: adt-Bundle-windows-x86_64-20140702 sdk Platform-tools adb.exe' and can be executed.


[2014-11-20 17:10:01 - adb] adb server didn’t ack

[2014-11-20 17:10:01 - ddms] 'c: users Ilgner de Oliveira Documents adt-Bundle-windows-x86_64-20140702 sdk Platform-tools adb.exe,start-server' failed -- run Manually if necessary

[2014-11-20 17:10:01 - adb] * failed to start daemon *

My Eclipse is always giving this error, has time to stop and then back, right now came back and I can not compile my app.

When I give adb Kill-server the result and * server not running * When I give adb start-server the result and adb server is out of date. Killing.... adb server didn’t Ack failed to start daemon

  • From what I see out there is Restart in eclipse and Restart in adb

1 answer

1

Try doing these steps:

  1. Closes the Eclipse

  2. Ends the adb.exe process in Task Manager (Windows).

  3. At the command line goes the folder of the Android SDK and the directory platform-tools .

  4. Run the command: adb kill-server

  5. then run: adb start-server

  6. If there are no error messages then adb is working correctly.

  7. You can open the Eclipse again.

Soen source

  • I’ve done it and made a mistake

  • Edit the question and place the error there.

  • edited look there ,,

  • Check out my issue.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.