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
Post a Comment