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

前端 未结 13 1617
北恋
北恋 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 08:10

    This is most likely an issue with your graphics card driver, i would recommend doing a clean re-install of the driver if it doesn't fix itself on reboot.

    For flatpak users on linux, i recommend running "flatpak update" in the terminal to update your GPU dependencies for flatpak (it typically breaks if you update your GPU driver and not flatpak GPU libs), this is what resolved the issue for me.

    I made this answer because switching to software rendering isn't really a solution, it's more of a dirty workaround, and will only waste your CPU utilization.

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