Android Studio Emulator崩溃:进程以退出代码139结束(由信号11中断:SIGSEGV)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio Emulator崩溃:进程以退出代码139结束(由信号11中断:SIGSEGV)相关的知识,希望对你有一定的参考价值。

我开始在ubuntu 17.10上使用android studio。我使用该应用程序创建了一个标准的android项目,当时该程序加载了应该安装或应该安装的所有内容。当我点击“运行”时,我收到以下错误:

Error - Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

互联网上的一些解决方案在Manifest文件中显示了以下更改,但它不起作用:

在AndroidManifest.xml中

android.hardwareaccelerated = "false"

我做了一些特殊调整,使其成为AVD的解决方案。我在写属性:

  • RAM:1GB图表
  • 图:软件GLES 2.0
  • 多核CPU(标记):1

我花了好几个小时试图解决它,但我无法得到解决方案,所以如果你能提供帮助我很高兴。我只是想'运行'一个简单的Android应用程序。

答案

如果你还没有解决这个问题,或者对于其他需要解决这个问题的人,

我通过进入我的虚拟设备的设置和更改来解决它

从“自动”到“软件”的“模拟性能”。

以上是关于Android Studio Emulator崩溃:进程以退出代码139结束(由信号11中断:SIGSEGV)的主要内容,如果未能解决你的问题,请参考以下文章

Xamarin表单,在Visual Studio Android Emulator上运行的应用程序但在真实设备上崩溃

Android Studio 模拟器:emulator64-crash-service 意外退出

Android Studio用上Visual Studio Android Emulator

markdown 在没有Android Studio的情况下运行Android Emulator

Ubuntu android studio AVD 错误:Emulator: emulator: ERROR: VkCommonOperations.cpp:540: Failed to create

Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.