Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 6.5.3 publishing mutiple aarchitecture .aab file in Playstore issue
Forum Updated to NodeBB v4.3 + New Features

Qt 6.5.3 publishing mutiple aarchitecture .aab file in Playstore issue

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 287 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iSolve_Tech
    wrote on last edited by iSolve_Tech
    #1

    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

    1 Reply Last reply
    0
    • ekkescornerE Offline
      ekkescornerE Offline
      ekkescorner
      Qt Champions 2016
      wrote on last edited by ekkescorner
      #2

      QMake or CMake ?
      and you're publishing one single .aab file containing all archs ?

      ekke ... Qt Champion 2016 | 2024 ... mobile business apps
      5.15 --> 6.9 https://t1p.de/ekkeChecklist
      QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

      I 1 Reply Last reply
      0
      • ekkescornerE ekkescorner

        QMake or CMake ?
        and you're publishing one single .aab file containing all archs ?

        I Offline
        I Offline
        iSolve_Tech
        wrote on last edited by
        #3

        @ekkescorner QMake Qt6.5.3, in QT6 we are generating multiple .aab files. not single .aab file containing all archs.

        1 Reply Last reply
        0
        • ekkescornerE Offline
          ekkescornerE Offline
          ekkescorner
          Qt Champions 2016
          wrote on last edited by
          #4

          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

          ekke ... Qt Champion 2016 | 2024 ... mobile business apps
          5.15 --> 6.9 https://t1p.de/ekkeChecklist
          QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved