I've tried running an application using a native library on the Nexus 9.
The application exits with an error message:
java.lang.UnsatisfiedLinkError: dlopen failed: "lib_xyz.so" is 32-bit instead of 64-bit
Is there any known workaround for this problem (except, of course, recompiling the library and making the apk bigger)?
See Question&Answers more detail:os