Error "The Connection to Adb Is Down, and a Severe Error Has Occurred."

Error The connection to adb is down, and a severe error has occurred.

Try the below steps:

  1. Close Eclipse if running
  2. Go to the Android SDK platform-tools directory in the command prompt
  3. Type adb kill-server (Eclipse should be closed before issuing these commands)
  4. Then type adb start-server
  5. No error message is thrown while starting the ADB server, then ADB is started successfully.
  6. Now you can start Eclipse again.

It worked for me this way.

Restart your phone as well!

The connection to adb is down, and a severe error has occurred

I just got the same problem and to fix it, I opened the task manager and killed the adb.exe process, then I restarted Eclipse.

The connection to adb is down, and a severe error has occured' - in Eclipse, working fine with Android Studio

In My Case I used differnt SDk for eclipse and android studio works for me.

download SDk for eclipse from
download sdk

Error The connection to adb is down, and a severe error has occurred.

Try the below steps:

  1. Close Eclipse if running
  2. Go to the Android SDK platform-tools directory in the command prompt
  3. Type adb kill-server (Eclipse should be closed before issuing these commands)
  4. Then type adb start-server
  5. No error message is thrown while starting the ADB server, then ADB is started successfully.
  6. Now you can start Eclipse again.

It worked for me this way.

Restart your phone as well!

ECLIPSE-The connection to adb is down, and a severe error has occured

try to end process of adb.exe from task manager ==> processes

then restart the eclipse



Related Topics



Leave a reply



Submit