I'm using the Android Renderscript
native library but the *.so
files aren't packed in my APK
when I export it.
The application works perfectly when I run it throught Eclipse
but this is clearly a pack issue with the APK
file:
Caused by: android.support.v8.renderscript.r: Error loading RS jni library: java.lang.UnsatisfiedLinkError: unknown failure
What am I supposed to do to add the *.so
files in the APK
?
Solution was to add this line to the ProGuard file
-keep class android.support.v8.renderscript.** { *; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With