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

前端 未结 8 1596
执念已碎
执念已碎 2021-01-01 12:59

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.

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-01 13:26

    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.

提交回复
热议问题