I'm trying to use the v8 Renderscript support library, from SDK Build Tools 22.0.0.
I'm using gradle to build, and I've included the lines
defaultConfig {
renderscriptTargetApi 21
renderscriptSupportModeEnabled true
}
Importing and using the library seems fine, but when I run my app, it chokes trying to load another shared library, giving an UnsatisfiedLinkError. If I make no other changes except removing the renderscript stuff, there's no linkage problem.
Is there anyway around this? I'm using the SDK tools 22.0.0, gradle 2.2.1, Android Gradle plugin 1.1.0 and Android Studio 1.1.0.