Search code examples
androideclipseadb

How can I fix adb in eclipse?


[2015-02-13 00:03:06 - hhh] The connection to adb is down, and a severe error has occured.
[2015-02-13 00:03:06 - hhh] You must restart adb and Eclipse.
[2015-02-13 00:03:06 - hhh] Please ensure that adb is correctly located at 'F:\android\android-sdk\platform-tools\adb.exe' and can be executed.

Although location is right

enter image description here


Solution

  • Here's a check list I used to do when I had problems like this. Nowadays, I use Android Studio and find I run into these kinds of issues far less often.

    • Restart Eclipse and see if the problem persists
    • If you're on Windows, open the task manager and end the adb process. Restart Eclipse. (If you're on macOSX, I do not know how to end a process. You'll have to Google it. Sorry!)
    • Once again, make 100% sure the android SDK path in your eclipse settings is correct. If you make a change, restart Eclipse.

    EDIT: Follow the links provided by Josef in the comment he/she responded to you with.