My app uses a big native library, with versions for x86
, armeabi
, and armeabi-v7.
Can
Arm v7
devices use the older libs, yet at some performance cost or something, so I am not forced to include both libraries in the APK?What happens when the app runs on a device, ie. MIPS, and a native library is missing for that architecture? Does it crash? Or native calls would be ignored?