RenderScript没有发现JNI_OnLoad错误

时间:2015-02-23 17:49:19

标签: android crash renderscript

我在我的项目中使用renderscript库,我在Samsung S4 I9500上运行我的apk。但是当我在其他手机中尝试这个时,我就崩溃了。

No JNI_OnLoad found in /system/lib/libRSSupport.so 0x4185f0f0, skipping init
02-23 19:42:40.370    8994-8994/com.example.gameboy.gununtesti E/dalvikvm﹕ ERROR: couldn't find native method
02-23 19:42:40.370    8994-8994/com.example.gameboy.gununtesti E/dalvikvm﹕ Requested: Landroid/support/v8/renderscript/RenderScript;._nInit:()V
02-23 19:42:40.370    8994-8994/com.example.gameboy.gununtesti E/JNIHelp﹕ RegisterNatives failed for 'android/support/v8/renderscript/RenderScript', aborting
02-23 19:42:40.370    8994-8994/com.example.gameboy.gununtesti A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 8994

任何帮助表示赞赏。感谢。

1 个答案:

答案 0 :(得分:2)

您忘记在.apk中包含libRSSupport.so +其他本机库。这是尝试加载兼容性库的系统版本,该版本不适用于您的应用程序。