Skip to content Skip to sidebar Skip to footer

The Connection To Adb Is Down, And A Severe Error Has Occured.you Must Restart Adb And Eclipse.please Ensure That Adb Is Correctly Located

I know this question is asked multiple time and there are some alternative answer also.So please don't close with some other link because i have added that link below. [2014-01-23

Solution 1:

I Face this problem many time i solve in my way like this and it is working

  • First of all Close your eclipse .
  • Then End Process of adb.exe from Task Manager.
  • Then in command line go to your directory of platform-tools like

    C:\AndroidSetup\sdk\platform-tools>

  • Then write following command step by step

    C:\AndroidSetup\sdk\platform-tools>adb kill-serverC:\AndroidSetup\sdk\platform-tools>adb start-server

  • After successfully message come your adb is running now .

  • Now you can start your eclispe your.

  • Hope your adb is runnig now.

Solution 2:

Below steps worked for me.

  1. Close the Eclipse if running
  2. Go to the Android SDK platform-tools directory in Command Prompt
  3. Go to Tak manager and kill adb.exe
  4. From command prompt type adb start-server

If No error message is thrown while starting ADB server, then adb is started successfully.

Now you can start Eclipse again. Restart phone.

Solution 3:

I had face this problem and got solution too. Follow these steps after close your adt -

1.Re install javaI will suggest jxpiinstall to be install

2. Execute that file adb.exe

3. Set the envirnoment path again

4. And Here you can have your working adt

I hope this will help you.

Solution 4:

add the path to SDK tools and platform tools in your classpath from Environment Variables. Then restart Eclipse.

Solution 5:

Kill adb.exe from task manager and restart Eclipse. It worked for me.

Post a Comment for "The Connection To Adb Is Down, And A Severe Error Has Occured.you Must Restart Adb And Eclipse.please Ensure That Adb Is Correctly Located"