我正在使用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的任何值时它会给我一个错误?