I wondered Delphi XE5 by making Android APK files sets supported CPU Architecture (ABI) to "armeabi", but in documentation we see "RAD Studio supports development on ARMv7 devices that run the following versions of the Android operating system... ". Them I making APK by XE5 and trying to publish is to Google Play, its says APK CPU Architecture is armeabi thats means that my APK able to run on ARM6 and lower CPU devices, but it is not. Can I manually set CPU architecture to "armeabi-v7a" to limit number of supported devices? There is no such options in XE5 project settings. Noting about that in AndrondManifest documentation too.
Thanks for any help.