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.2 QMake Android AAB
Qt 6.11 is out! See what's new in the release blog

Qt 6.5.2 QMake Android AAB

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 808 Views
  • 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
    BTSTOnline
    wrote on last edited by
    #1

    Doing some research, but I have not found a way to create an AAB with multiple architectures in it...

    I can create a v8a APK, a v7a APK... and an AAB that includes one or the other... not an AAB that includes both.

    I have found sources that show how to do it with CMake, but I have a QMake project and would like to keep it that way.

    Ideas?

    JoeCFDJ S 2 Replies Last reply
    0
    • B BTSTOnline

      Doing some research, but I have not found a way to create an AAB with multiple architectures in it...

      I can create a v8a APK, a v7a APK... and an AAB that includes one or the other... not an AAB that includes both.

      I have found sources that show how to do it with CMake, but I have a QMake project and would like to keep it that way.

      Ideas?

      JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #2

      @BTSTOnline In Qt6, cmake is preferred. Better to switch now. Someone posted this link before
      https://www.qt.io/blog/introducing-qmake2cmake
      This will help you change your qmake to cmake.

      B 1 Reply Last reply
      0
      • JoeCFDJ JoeCFD

        @BTSTOnline In Qt6, cmake is preferred. Better to switch now. Someone posted this link before
        https://www.qt.io/blog/introducing-qmake2cmake
        This will help you change your qmake to cmake.

        B Offline
        B Offline
        BTSTOnline
        wrote on last edited by
        #3

        @JoeCFD
        Thanks, yeah, saw that post... working on how to use the qmake2cmake tool in Windows (and what to do with the output).

        Thanks!

        1 Reply Last reply
        0
        • B BTSTOnline

          Doing some research, but I have not found a way to create an AAB with multiple architectures in it...

          I can create a v8a APK, a v7a APK... and an AAB that includes one or the other... not an AAB that includes both.

          I have found sources that show how to do it with CMake, but I have a QMake project and would like to keep it that way.

          Ideas?

          S Offline
          S Offline
          Stamat
          wrote on last edited by
          #4

          @BTSTOnline When you build those .apk(s), did you tried to install them on real device, because I did not succeed? I can build them, but Android does not recognise them.
          If yes, how did you achieve that, I tried almost combinations with JDK, SDK, NDK and build and platform tools from sdkmanager and set per Qt applied example projects. I also followed the compatibility tables (including Gradle too). I try for and on Android 10 and 11.

          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