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

后端 未结 20 1026
刺人心
刺人心 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 16:08

    On my macbook pro, i was occasionally getting this in Android Studio. The following resolved it for me:

    Open up a Terminal and, instead of using 'adb kill-server', use this:

    $ killall adb
    

    wait a minute and it looks like Android Studio automatically restarts adb on it's own.

    0 讨论(0)
  • 2020-12-02 16:08

    there seems to be about a million reasons this bug happens, but for me (running on ubuntu), it was openvpn running in the background that caused it.

    I killed the openvpn service and no more issues.

    0 讨论(0)
提交回复
热议问题