I\'ve tried running an application using a native library on the Nexus 9.
The application exits with an error message:
java.lang.UnsatisfiedLinkError
the point is to convert the run environment to 32 bit
add the follow content in build.gradle
defaultConfig: { ... ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" } }
add android.useDeprecatedNdk=true
into gradle.properties
.so
file
into the new folder