Skip to content

Instantly share code, notes, and snippets.

@yqritc
Last active October 5, 2017 22:52
Show Gist options
  • Save yqritc/120f6ed058bc054f43402d6b80d2b5f5 to your computer and use it in GitHub Desktop.
Save yqritc/120f6ed058bc054f43402d6b80d2b5f5 to your computer and use it in GitHub Desktop.
Android ABI share on Google Play Store

Android ABI share on Google Play (JAN/05/2017)

The followings are the number of supported devices for each ABI on GooglePlay Store.
Google Play Store shows us these number by uploading an application including native library which support each ABI.
Test application is

  • min sdk 16
  • no permission in android manifest
ABI The number of supported devices
None 11661
armeabi 11655
armeabi-v7a 11614
arm64-v8a 1442
x86 397
x86_64 15
mips 1
mips64 0

Useful links

@sbaar
Copy link

sbaar commented Oct 5, 2017

Thanks for the stats. Hard numbers really help. If I release an app with abi splits arm-v7a and x86, will v8a and x86_64 be able to run the app, just slower (or rather not as fast as they could if i had targeted their abi)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment