There are 4 common platform such as: ARM, ARM64, x86 and x86_64 on which Android can run.
How can I check which platform I'm on within Android OS? So I can check whether my app is compatible with it or not.
I'm using different emulators (BlueStacks on Mac, Genymotion on Demand, etc.), so I'd like to check basically which platform they're exactly emulating, because some apps works for me on BlueStacks, but not on Genymotion.