Is that safe to keep only armeabi-v7a for an android apk -


i have android apk use native library (snappydb). native libraries takes lot of spaces, want keep snappydb armeabi-v7a architectures?

i know it's not 100% safe remove snappydb other architectures, question is: how unsafe is? (how many devices/users lost?)

just reference, minimal sdk version app support 16 (jelly_bean).

you not gain arm-v7a optimization, , there no compelling reason include 64-bit build. mips , x86 owners thank if keep devices covered.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -