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 1647
执念已碎
执念已碎 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:17

    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-server C:\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.

提交回复
热议问题