Skip to content Skip to sidebar Skip to footer

Eclipse-the Connection To Adb Is Down, And A Severe Error Has Occured

I've spent day trying to launch any Android program. it gives me the same error: 'The connection to adb is down, and a severe error has occured'. I'm running Eclipse Galileo,on a W

Solution 1:

try to end process of adb.exe from task manager ==> processes then restart the eclipse

Solution 2:

I've been encountering this error for how many times, and so I discovered some way of solving this. All I did is turn off my PC and also my phone (Pull out my phone battery and SD card). And first thing to do after turning on my PC go to CMD (Command Line) and type ..

adb devices .. and see if its working already you could see this.

  • daemon not running. starting it now on port 5037 *
  • daemon started successfully *

Then you could run your Eclipse and try to run your Application.

*thats what i've been doing to solve that *hope it help you too guys

Solution 3:

The issue might be with the eclipse edition and the emulator. For immediate workaround,

  1. try different edition of eclipse and import the same project.
  2. try other emulators such as : https://www.manymo.com/

    http://www.genymotion.com/

Post a Comment for "Eclipse-the Connection To Adb Is Down, And A Severe Error Has Occured"