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

前端 未结 13 1669
北恋
北恋 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:02

    I have this problem to Emulated Performance = software doesn't help, because your emulator will be broken and can not be working if your app needs more process...

    I have Ubuntu 18 and install my graphics card Nvidia, and it's solved now

    for ubuntu you can try it:

    For Nvidia

    sudo apt-get install nvidia-352  "nvidia-352 is an EXAMPLE In my Device"
    

    and For AMD

    sudo apt-get install fglrx
    

    more details:

    enter link description here

提交回复
热议问题