ADB not responding. You can wait more,or kill “adb.exe” process manually and click 'Restart'

后端 未结 20 1087
刺人心
刺人心 2020-12-02 15:36

I have installed Android Studio. Then I have updated the Android SDK. Now when I start Android Studio, this message pops up:

ADB not responding. You c

20条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 15:44

    If you need to kill all adb processes on windows with one command, you can do it as follows:

    taskkill /F /IM adb*
    

提交回复
热议问题