我在Marshmallow上运行renderscript时出现以下异常
JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.NoSuchMethodError: no static or non-static method "Landroid/support/v8/renderscript/RenderScript;.nDeviceDestroy(J)V"
gradle config
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
我使用renderscript进行模糊转换,在api级别低于23
时工作正常