Android CPU Architecture

Different Android handsets use different CPUs, which in turn support different instruction sets.

Each combination of CPU and instruction sets has its own Application Binary Interface, or ABI.

The ABI defines, with great precision, how an application’s machine code is supposed to interact with the system at runtime.

Android CPU Architecture Table :

NameCPU ArchitectureSetting
armARMv5TEarmeabi
armARMv7armeabi-v7a
arm64ARMv8 AArch64arm64-v8a
x86i686x86
x64x86-64x86_64
mipsmips32 (r1)mips
mips64mips64 (r6)mips64

To Find the CPU Architecture of Your Device use CPU-Z, CPU-X, AIDA64, or Similar App.

1 thought on “Android CPU Architecture”

Leave a Comment