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. How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool
Forum Updated to NodeBB v4.3 + New Features

How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 509 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.
  • S Offline
    S Offline
    sachinbangadkar_ifm
    wrote on last edited by
    #1

    Please guide us to deploy both the 32bit and 64bit version as a single package using gradle build on Qt.5.12. with qtandroiddeploy tool

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      If you can use 5.14 instead, it has a very easy way to do it: https://www.kdab.com/qt-for-android-better-than-ever-before/

      (Z(:^

      1 Reply Last reply
      2
      • S Offline
        S Offline
        sachinbangadkar_ifm
        wrote on last edited by
        #3

        @sierdzio said in How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool:

        has a very easy way to do

        At this point we cant go beyond Qt. 5.12 as that the LTS version. is there any way to pack both arch in one apk with Qt 5.12 ?

        J.HilkJ 1 Reply Last reply
        0
        • S sachinbangadkar_ifm

          @sierdzio said in How to create android app with both 32bit and 64 bit binary together with qtandroidDeployment tool:

          has a very easy way to do

          At this point we cant go beyond Qt. 5.12 as that the LTS version. is there any way to pack both arch in one apk with Qt 5.12 ?

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by J.Hilk
          #4

          @sachinbangadkar_ifm you can't even do that with android studio, 1 architecture =1 apk.

          With upcoming Qt versions (5.14) you can make one aab. That basically contains multiple apks.

          If you're concerned about the PlayStore, don't be.
          Uploading multiple apk's is and will be still possible for a while. Take a look at this blog post for more information:
          https://blog.qt.io/blog/2019/06/28/comply-upcoming-requirements-google-play/


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          1 Reply Last reply
          3

          • Login

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