RenderScript给了我奇怪的错误

时间:2016-07-21 13:34:04

标签: android renderscript

我正在使用RenderScript但是当我想使用它时它会给我这个错误:

 Process: com.example.shahryar.ripplerenderscript, PID:1794
 android.support.v8.renderscript.RSRuntimeException: Loading of ScriptC script failed.
 at android.support.v8.renderscript.ScriptC.<init>(ScriptC.java:61)
 at com.example.shahryar.ripplerenderscript.ScriptC_ripple.<init>(ScriptC_ripple.java:0)

它应该工作。但它给我错误,脚本失败,我不知道为什么。 但我发现,如果我将targetSdkVersion 23更改为targetSdkVersion 19,则genymotion中不会再出现错误。 我也在gradle中使用以下内容:

renderscriptTargetApi 18
renderscriptSupportModeEnabled true

现在我想知道为什么当我将targetSdkVersion更改为高于19的任何值时它会给我一个错误?

0 个答案:

没有答案