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

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

    None of the above helped me completely. Although Oventoaster made me think. I had a couple of adb on my system. Removed them almost all.

    I am running android studio on ubuntu 14.04 64 bit.

    So I checked manually /home/xxxxx/Android/Sdk/platform-tools/adb

    where xxxxx was my linux username

    this gave

    /home/xxxxx/Android/Sdk/platform-tools/adb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

    https://stackoverflow.com/a/27415749/4453157

    solved it for me.

提交回复
热议问题