fresco-processors
fresco-processors copied to clipboard
BlurPostprocessor doesn't work on Android SDK 16
Hi,
BlurPostprocessor doesn't work on Android SDK 16. Do you have any ideas? Image doesn't show at all and what is the minimum SDK version?
@quangtrung89
Hi.
retry it :)
Hi, I retried, but not help :(.
These following logs:
- RequestLoggingListener: time 79409064: onProducerFinishWithFailure: {requestId: 29, stage: PostprocessorProducer, elapsedTime: -1 ms, extraMap: null, throwable: android.support.v8.renderscript.RSRuntimeException: Error loading libRSSupport library}
- RequestLoggingListener: time 79409064: onRequestFailure: {requestId: 29, elapsedTime: -1 ms, throwable: android.support.v8.renderscript.RSRuntimeException: Error loading libRSSupport library}
Do you add the following?
android {
...
defaultConfig {
...
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
}
}
Yes, I got it already (screenshot).

Any ideas yet?