I have an android APK that use a native library (snappydb
).
The native libraries takes a lot of spaces, so I want to keep only the snappydb
for armeabi-v7a architectures?
I know it's not 100% safe to remove snappydb
for other architectures, so my question is: how unsafe it is? (how many devices/users will I lost?)
Just for reference, the minimal sdk version that my app support is 16 (JELLY_BEAN).