As part of my app I\'m using the NDK and was wondering if it\'s worth bundling x86 and mips binaries alongside the standard ARM binaries.
I figured the best way woul
You can use the Build class:
import android.os.Build;
and then read:
Build.CPU_ABI