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. Releasing a multi-ABI Android app to Google Play with Qt 6.2
Forum Updated to NodeBB v4.3 + New Features

Releasing a multi-ABI Android app to Google Play with Qt 6.2

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 1 Posters 483 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.
  • B Offline
    B Offline
    bee65
    wrote on last edited by
    #1

    Re: Create multi-arch AAB (QtCreator 5 & Qt 6.2)

    I wonder if there is any way to build a bundle for Google Play with multiple ABIs? Each ABI is a separate kit in Qt 6.2.

    I am thinking I can upload the v7a build, then upload the v8a build as a separate bundle using a higher version code. When a user installs the app, Google Play should install the newest version that is compatible with the users device.

    I wonder if anyone has had any success with this, or if copying the lib folders between the builds before creating the signed bundle is a better approach?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bee65
      wrote on last edited by
      #2

      Update: Google has approved the app with two bundles in the release, with the v8a bundle using a higher version code. So that seems to work. Only about 6% of installs so far are v7a, but still worth doing.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bee65
        wrote on last edited by
        #3

        Further update. Google no longer permits you to upload a bundle without arm64-v8a, so supporting different ABIs with separate release versions is no longer possible. I wonder if Qt has a solution for multi-abi android apps?

        1 Reply Last reply
        0

        • Login

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