My android studio emulator not starting. I\'m using Android Studio 3.0 on Ubuntu 17.10
Error - Emulator: Process finished with exit code 139 (interrupted by signal 1
When use Linux spatially Debian and Ubuntu after update card graphic driver or etc. this problem happening often.
So you need just reboot your OS
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
Found everyone's solution was not working for me. Updated video card on linux and still had the issue.
What worked was changing the number of processor cores available to the emulator from 4 to 2.
I tried the other solutions, but this makes sense as I have 8 processor cores and may need to have several emulators open.
My current configuration is shown in the attached image my emulator configuration
In the SDK Manager, under SDK Tools tab, make sure that you've the latest "Android Emulator".
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/
Restarting the computer worked for me.
Changing the Emulated Performance
from automatic
to software
made it work, but at least on Ubuntu, that has a poor performance.