I am having executable binaries(not shared lib) for following architectures:
arm64-v8a
armeabi
armeabi-v7a
mips
mips64
x86
x86_64
Now do i need to put all these binaries to my apk(will cost me 300kb),or some binaries can run on multiple architecture?? Please suggest me which can run on which processors.
More than 99% of the android devices can run executables build for armeabi-v7.
So as of now i am only including this one binary.