Cannot start Android device emulator on Linux

后端 未结 4 1790
抹茶落季
抹茶落季 2021-01-22 19:12

I used to launch and debug Android Studio apps on emulator without problems. However, recently I am constantly failing to start the emulator. Updating the SDK and system images

4条回答
  •  天命终不由人
    2021-01-22 19:44

    Delete in your Android SDK the directory "libstdc++" in the directory "emulator/lib64". The emulator will use the system libraries now.

提交回复
热议问题