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

后端 未结 20 1105
刺人心
刺人心 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:53

    This issue could be because adb incompatibility with the newest version of the platform SDK.

    Try the following:

    1. If you are using Genymotion, manually set the Android SDK within Genymotion settings to your sdk path. Go to Genymotion -> settings -> ADB -> Use custom SDK Tools -> Browse and ender your local SDK path.

    2. If you haverecently updated your platform-tools plugin version, revert back to 23.0.1.

    Its a bug within ADB, one of the above must most likely be your solution.

提交回复
热议问题