Unity 3d 应用程序崩溃并显示消息:初始化失败,您的硬件不支持此应用程序
Unity 3d app crashing with message : Failure to initialize, your hardware does not support this application
直接从 Unity 3d 项目或从 Unity 导出的 Android Studio 项目构建的 apk 在一些新的 Android 模型上崩溃并出现以下错误:
Failure to initialize, your hardware does not support this application.
虽然我在 One m9 上遇到过这个问题,但它也可能会影响其他设备,所以我将此信息留在此处,以防有人遇到这个相当奇怪的问题。
如果您在播放器设置中将 Unity 应用程序的 "install location" 设置为 "prefer external"(这是默认设置),它会在 HTC m9 和其他 ARM v8 设备上崩溃,出现以下问题完全误导的消息:
Failure to initialize, your hardware does not support this application.
甚至 logcat 都会让您相信它与 Snapdragon 810 是 ARM v8 和 x64 有关。但是,您需要做的就是将 "install location" 设置为 "force internal" 瞧!
非常感谢 Unity 论坛的 "tedneffv"。原题link:http://answers.unity3d.com/questions/1200893/failure-to-initialize-your-hardware-does-not-suppo.html
直接从 Unity 3d 项目或从 Unity 导出的 Android Studio 项目构建的 apk 在一些新的 Android 模型上崩溃并出现以下错误:
Failure to initialize, your hardware does not support this application.
虽然我在 One m9 上遇到过这个问题,但它也可能会影响其他设备,所以我将此信息留在此处,以防有人遇到这个相当奇怪的问题。
如果您在播放器设置中将 Unity 应用程序的 "install location" 设置为 "prefer external"(这是默认设置),它会在 HTC m9 和其他 ARM v8 设备上崩溃,出现以下问题完全误导的消息:
Failure to initialize, your hardware does not support this application.
甚至 logcat 都会让您相信它与 Snapdragon 810 是 ARM v8 和 x64 有关。但是,您需要做的就是将 "install location" 设置为 "force internal" 瞧!
非常感谢 Unity 论坛的 "tedneffv"。原题link:http://answers.unity3d.com/questions/1200893/failure-to-initialize-your-hardware-does-not-suppo.html