| ARC | TYPE | USEFUL | DESC |
|---|---|---|---|
| ARM | armeabi | Ignore | Very old architecture - Unsupported after Android 4.4 |
| armeabi-v7a | Required | Most common architecture (Typically also supports armeabi) | |
| arm64-v8a | Optional | 64 bit ARM architecture, it can use v7 version unless you are too much concerned about performance. (Typically also supports armeabi and armeabi-v7a) | |
| X86 | x86 | Required | All Intel based devices |
| x86_64 | Ignore | No android devices and anyway it can use X86 version (Typically also supports x86) | |
| MIPS | mips | Ignore | There are no devices with MIPS |
| mpis64 | Ignore | (Typically also supports mips) |
Pre-Lollipop devices:
ADB command:
Programmatically:
Lollipop and higher:
ADB command:
Programatically: