androidandroid-ndkprocessorsprecompiled-binaries

Selecting binaries for respective architectures


I am having executable binaries(not shared lib) for following architectures:

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.


Solution

  • 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.