500px / 500px-android-blur

Android Blurring View
http://developers.500px.com/2015/03/17/a-blurring-view-for-android.html
MIT License
2.69k stars 326 forks source link

android.support.v8.renderscript.RSRuntimeException #16

Open mqstack opened 8 years ago

mqstack commented 8 years ago

App crashed in some cellphones with the api below level 19.

android.support.v8.renderscript.RSRuntimeException:Error loading RS jni library: java.lang.UnsatisfiedLinkError: unknown failure
android.support.v8.renderscript.RenderScript.a(Unknown Source)
android.support.v8.renderscript.RenderScript.a(Unknown Source)
android.support.v8.renderscript.RenderScript.a(Unknown Source)
XYBlurringView.void initializeRenderScript(android.content.Context)(Unknown Source)
JackyAndroid commented 8 years ago

+1

JackyAndroid commented 8 years ago

+1

mr-chengwangyong commented 8 years ago

+1

chienpao commented 8 years ago

+1

dongyeforever commented 8 years ago

google has fixed in Build Tools, Revision 23.0.3 . You can find the support package in /build-tools/24.0.0-preview/renderscript/lib.The problem has been resolved.

Pranoy1c commented 8 years ago

how did you guys integrate this library in your project? I put it in build.gradle but getting error "Failed to resolve: com.fivehundredpx:blurringview:1.0.0"