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

前端 未结 13 1615
北恋
北恋 2020-12-01 07:24

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

相关标签:
13条回答
  • 2020-12-01 07:53

    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

    0 讨论(0)
  • 2020-12-01 07:54

    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

    0 讨论(0)
  • 2020-12-01 07:55

    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

    0 讨论(0)
  • 2020-12-01 07:58

    In the SDK Manager, under SDK Tools tab, make sure that you've the latest "Android Emulator".

    0 讨论(0)
  • 2020-12-01 07:59

    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/

    0 讨论(0)
  • 2020-12-01 08:00

    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.

    0 讨论(0)
提交回复
热议问题