ADB not responding. If you'd like to retry, then please manually kill “adb.exe” and click 'Restart'

前端 未结 10 629
礼貌的吻别
礼貌的吻别 2020-12-15 22:05

I am a newbie and want to learn android. However, I face difficulties during installation of android studio.

I have installed android studio correctly but when I wan

10条回答
  •  伪装坚强ぢ
    2020-12-15 22:11

    I've found the answer to this. This had been plaguing me for days, but so happy to have this fixed.

    When I go to task manager the process adb.exe was constantly restarting itself. This is what was causing the issue (for me).

    Go to Tools -> Android -> Enable ADB entegration. Untick this. Make sure its status appears as unticked. Now go to task manager and killed the process adb.exe, it will not restart itself this time. Now click run, hey presto, ADB runs. Whoop de doo.

提交回复
热议问题