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 version compatible with Qt version
QtWS25 Last Chance

Android version compatible with Qt version

Scheduled Pinned Locked Moved Solved Mobile and Embedded
7 Posts 2 Posters 749 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.
  • D Offline
    D Offline
    DeltaSim
    wrote on last edited by
    #1

    Hello,

    Just a simple question but I can't find the answer..

    How to know which Qt version is compatible with which Android version ?
    I have to start a new project but I would like to know which Android version I can target with Qt 5.12 for example.

    Thanks,

    J.HilkJ 1 Reply Last reply
    1
    • D DeltaSim

      Hello,

      Just a simple question but I can't find the answer..

      How to know which Qt version is compatible with which Android version ?
      I have to start a new project but I would like to know which Android version I can target with Qt 5.12 for example.

      Thanks,

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

      hi @deltasim and welcome

      since 5.12 the minimal Android version is Android 5, before that it was Android 4
      Max version is the current one available


      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
      0
      • D Offline
        D Offline
        DeltaSim
        wrote on last edited by
        #3

        Thank you @J-Hilk
        So all android device with Android 5 (or more) are compatible with Qt 5.12 ?
        There is not hardware restriction? Processor etc...
        I will be able to build an APK and deploy it on all Android devices, right ?

        I'm used to build for a specific target (ie for a specific processor).

        J.HilkJ 1 Reply Last reply
        0
        • D DeltaSim

          Thank you @J-Hilk
          So all android device with Android 5 (or more) are compatible with Qt 5.12 ?
          There is not hardware restriction? Processor etc...
          I will be able to build an APK and deploy it on all Android devices, right ?

          I'm used to build for a specific target (ie for a specific processor).

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

          @deltasim
          Qt itself does not have a hardware requirement (well it has, but it won't effect any android devices)

          However, different architectures require different compilers -> require different Qt Libs

          Some, (armv7,8, x86) can be downloaded precompiled others, (for example x86, 64 bit) you'll have to compile yourself, if you want to support such fringe architectures


          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
          0
          • D Offline
            D Offline
            DeltaSim
            wrote on last edited by
            #5

            @J-Hilk
            So it's not possible to build a single APK with Qt that will be working on all Android Device.
            But almost all Smartphone are based on armv7 or 8, right ?

            J.HilkJ 1 Reply Last reply
            0
            • D DeltaSim

              @J-Hilk
              So it's not possible to build a single APK with Qt that will be working on all Android Device.
              But almost all Smartphone are based on armv7 or 8, right ?

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

              @deltasim
              Qt does not yet support a single file, but that's not the only way to upload to the store. I would suggest reading this blogpost

              https://blog.qt.io/blog/2019/06/28/comply-upcoming-requirements-google-play/

              for further information on the issue :)


              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
              2
              • D Offline
                D Offline
                DeltaSim
                wrote on last edited by
                #7

                @J-Hilk
                Thanks for the link and thank you for your help, I can close the topic.

                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