fresco-processors icon indicating copy to clipboard operation
fresco-processors copied to clipboard

BlurPostprocessor doesn't work on Android SDK 16

Open quangtrung89 opened this issue 10 years ago • 5 comments

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 avatar Oct 12 '15 17:10 quangtrung89

@quangtrung89

Hi.

retry it :)

wasabeef avatar Nov 12 '15 05:11 wasabeef

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}

quangtrung89 avatar Nov 12 '15 10:11 quangtrung89

Do you add the following?

android {
    ...
    defaultConfig {
        ...
        renderscriptTargetApi 23
        renderscriptSupportModeEnabled true
    }
}

wasabeef avatar Nov 12 '15 10:11 wasabeef

Yes, I got it already (screenshot). screen shot 2015-11-12 at 13 06 11

quangtrung89 avatar Nov 12 '15 11:11 quangtrung89

Any ideas yet?

quangtrung89 avatar Nov 23 '15 05:11 quangtrung89