android - Genymotion - 致命信号 11

标签 android android-emulator genymotion

我刚刚试用了 Genymotion 模拟器,但我的应用程序总是因以下异常而崩溃

06-03 06:39:22.275: A/libc(1128): Fatal signal 11 (SIGSEGV) at 0xb77dd0e0 (code=1), thread 1128

我的应用程序在实际的 Android 手机上运行良好,甚至在 Android 模拟器上也能正常运行。只有当我尝试在 Genymotion 上运行它时才会看到此异常。

我已经阅读了这里的一些答案,并尝试将权限添加到 Manifest。我已经在 4.2.2 和 4.1.1 的多个图像上进行了尝试。在两张图片上都可以看到相同的异常。

有人知道解决这个问题的方法吗?

最佳答案

虽然晚了,但这个解决方案帮助了我-

<application        
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/CustomTheme"
        android:allowBackup="true"
        android:debuggable="true"
        android:vmSafeMode="true"       
        android:allowClearUserData="true"
        android:hardwareAccelerated="true" >

在 list 文件中添加这些行。

关于android - Genymotion - 致命信号 11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24008784/

相关文章:

java - 在选定的饼图值上创建删除对话框?

android - Genymotion旧版下载

android - 解析推送通知在 Genymotion 中有效,但在真实手机中无效

java - 哪些 Android 组件和哪些方法可能会出现应用程序无响应问题?为什么?

android - 从时间轴中提取谷歌位置历史

android - 自定义 ImageView 适合其父宽度和高度

android - 不支持的操作异常 : Can't convert to dimension: type=0x1

c# - 不使用 Xamarin 为 Android 模拟器打印设备日志

android - 在没有安卓设备的情况下开发安卓应用

android-emulator - Genymotion 查看本地主机站点