Android Studio emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

I solved it by going into my virtual device's settings and changing "Emulated Performance" from "Automatic" to "Software".


I solved this problem by changing my graphics driver from Software and Updates. Head over to Additional Drivers and Use the proprietary and tested one. Check if it helps. Thanks


Changing "Emulated Performance" from "Automatic" to "Software" was a temporary solution for me (I am on Linux btw). The simulator would crash in a few seconds.

Instead this did it for me:

cd ~/Development/Android/Sdk/emulator/lib64/ mv libstdc++ libstdc++.bak

credit: https://cialu.net/android-studio-how-to-solve-emulator-libgl-error-on-ubuntu-systems/