Qt 6.5.3 publishing mutiple aarchitecture .aab file in Playstore issue
-
Error
This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes. Remove this APK from your release or review the targeting and version codes of the APKs that you are including in this release.When we are trying to upload multiple architecture .aab files in playstore we are facing the above issue how to rectify this?
facing above error while uploading the aab files for arm64-v8a,armebi-v7a,x86,x86-64
-
QMake or CMake ?
and you're publishing one single .aab file containing all archs ? -
@ekkescorner QMake Qt6.5.3, in QT6 we are generating multiple .aab files. not single .aab file containing all archs.
-
HA ! then you must verify that the version code is different for the archs and with each release higher
take a look at my pages HowTo do this
for CMake: https://t1p.de/ekkeCMakeAndroid
for QMake: see in this example: https://github.com/ekke/c2gQtWS_x/blob/master/c2gQtWS_x.pro