ADB Eclipse error

1
  

[2014-11-20 13:52:43 - Arrived] The connection to adb is down, and a severe error occured.

     

[2014-11-20 13:52:43 - You are here] You must restart adb and Eclipse.

     

[2014-11-20 13:52:43 - Arrived] Please ensure that it 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 did not ACK

     

[2014-11-20 17:10:01 - ddms] 'C: \ Users \ Ilgner de Oliveira \ Documents and Settings \ 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, it has to go to and then back, right now it came back and I can not compile my app.

When I give adb kill-server the result is * server not running * When I give adb start-server the result and adb server is out of date. killing adb server did not ack failed to start daemon

    
asked by anonymous 20.11.2014 / 17:51

1 answer

1

Try these steps:

  • Date Eclipse

  • Terminate the adb.exe process in Task Manager (Windows).

  • At the command line go to the Android SDK folder and the platform-tools directory.

  • Run the command: adb kill-server

  • then run: adb start-server

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

  • You can open Eclipse again.

  • SOen Font

        
    20.11.2014 / 19:41