File Project.properies control target platform , SDK and NDK both use this
target=android-10
level 10 API is best to use as it support mutiple platform’s CPU. and it’s the lowest API that cover 99% of market
| Native Code CPU Architecture Used | Compatible Android Platform(s) |
|---|---|
| ARM, ARM-NEON | Android 1.5 (API Level 3) and higher |
| x86 | Android 2.3 (API Level 9) and higher |
| MIPS | Android 2.3 (API Level 9) and higher |