2016-02-05 16 views
5

Tôi đang sử dụng mờ khi tôi làm Proguard nó mang lại cho tôi:lỗi android.support.v8.renderscript trên ProGuard

Error loading RS jni library: java.lang.UnsatisfiedLinkError: 

android.support.v8.renderscript.l: Error loading RS jni library: java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/com.app.app-2/lib/arm/librsjni.so" 
at android.support.v8.renderscript.RenderScript.a(SourceFile:1347) 
at android.support.v8.renderscript.RenderScript.b(SourceFile:1504) 
at android.support.v8.renderscript.RenderScript.a(SourceFile:2454) 
at jp.wasabeef.blurry.internal.Blur.rs(SourceFile:62) 
at jp.wasabeef.blurry.internal.BlurTask$1.run(SourceFile:61) 
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) 
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 
at java.lang.Thread.run(Thread.java:818) 

Trả lời

19

Thêm vào dòng tập tin proguard-rules.pro của bạn dưới đây:

-keep class android.support.v8.renderscript.** { *; } 
Các vấn đề liên quan