Compiling under Android for 64-bit architectures (arm64)
Unsolved
Mobile and Embedded
-
Hello I would like to publish my application on Google play but because of their new policies, the apk must be available in 64bit version but I use an architecture for 32bit applications ( Armeabi-v7a). So I would like to know how to compile the application for 64-bit architecture (arm64) under Android.
- version of Qt: Qt 5.10.1 x86
-
Not sure about Qt 5.10, but Qt 5.12 have support for arm64-v8a target. You will need to build two APK files, one for armeabi-v7a, and one for arm64-v8a, with different versionCode values in manifest, and then just publish both in the same release.