How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool
-
Please guide us to deploy both the 32bit and 64bit version as a single package using gradle build on Qt.5.12. with qtandroiddeploy tool
-
If you can use 5.14 instead, it has a very easy way to do it: https://www.kdab.com/qt-for-android-better-than-ever-before/
-
@sierdzio said in How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool:
has a very easy way to do
At this point we cant go beyond Qt. 5.12 as that the LTS version. is there any way to pack both arch in one apk with Qt 5.12 ?
-
@sachinbangadkar_ifm you can't even do that with android studio, 1 architecture =1 apk.
With upcoming Qt versions (5.14) you can make one aab. That basically contains multiple apks.
If you're concerned about the PlayStore, don't be.
Uploading multiple apk's is and will be still possible for a while. Take a look at this blog post for more information:
https://blog.qt.io/blog/2019/06/28/comply-upcoming-requirements-google-play/