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. Android .aab bundle using python scripts
Forum Updated to NodeBB v4.3 + New Features

Android .aab bundle using python scripts

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 448 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.
  • N Offline
    N Offline
    newqtuser
    wrote on last edited by
    #1

    Can anyone help out creating android abb bundle using QT, I am trying to build application bundle using python scripts, my apk file is created successfully need to shift from .apk to .aab.
    I am using QT 5.12.9.
    Thank you.

    raven-worxR 1 Reply Last reply
    0
    • N newqtuser

      Can anyone help out creating android abb bundle using QT, I am trying to build application bundle using python scripts, my apk file is created successfully need to shift from .apk to .aab.
      I am using QT 5.12.9.
      Thank you.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @newqtuser
      did you read
      https://doc.qt.io/qt-5/deployment-android.html
      and
      https://www.qt.io/blog/aab-support-in-qt-for-android
      and
      https://www.kdab.com/qt-for-android-better-than-ever-before/

      or the official "manual" way: https://developer.android.com/studio/build/building-cmdline#build_your_app_bundle_using_bundletool

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • N Offline
        N Offline
        newqtuser
        wrote on last edited by
        #3

        Re: Android .aab bundle using python scripts
        I had gone through "https://doc.qt.io/qt-5/deployment-android.html" and changed my .apk extension to .aab, well i still dont know i should run the "make -j$(nproc) aab" this command or not as my scripts were taking care of the things and done the changes there too.
        and the other documents are mainly describing Qt 5.14 "https://www.qt.io/blog/aab-support-in-qt-for-android" and "https://www.kdab.com/qt-for-android-better-than-ever-before/"
        If required i'll share the snippets of the scripts please let me know if any think I am missing or any different approach to address.
        Thank you its great having support.

        1 Reply Last reply
        0
        • N Offline
          N Offline
          newqtuser
          wrote on last edited by
          #4

          Hii, all I have tried deploying my application on 5.14.2 but its giving build errors as the same project is able to get build and deployed on 5.12.9 please anyone could help this out for apk to aab migration.
          Thank you.

          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