4
I am developing for Android and am having the following error:
The connection to adb is down, and a severe error has occurred.
-You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\Program Files\Java\adt-bundle-windows-x86-20140321\sdk\platform-tools\adb.exe' and can be executed.
This error occurs when trying to compile any project. I have already updated the eclipse, but the same thing happens!
I’ve seen that I had to, by the console, give a adb kill-server
and then abd start
. I did it but it didn’t solve the problem.
You’re using the Genymotion?
– Wakim
no, same device use. but with or without device connected from the same error
– War Lock
If you haven’t solved the problem yet, did close the eclipse, kill the processes of the
adb
(all) and open again?– Wakim
Have you tried turning it off and on again?
– Pablo Almeida
@Warlock already went to see if the adb is really in the folder?
– Jorge B.
I am voting to close for the following reason: The question does not have an answer marked as accepted and because it is an Android error + Eclipse IDE will hardly be useful to anyone these days. - If I’m not mistaken Android no longer has the ADT Plugin for Eclipse IDE.
– Icaro Martins