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
Forum Updated to NodeBB v4.3 + New Features

Android version compatible with Qt version

Scheduled Pinned Locked Moved Solved Mobile and Embedded
7 Posts 2 Posters 770 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 20 Aug 2019, 08:03 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 1 Reply Last reply 20 Aug 2019, 08:12
    1
    • D DeltaSim
      20 Aug 2019, 08:03

      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 Offline
      J Offline
      J.Hilk
      Moderators
      wrote on 20 Aug 2019, 08:12 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 20 Aug 2019, 08:34 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 1 Reply Last reply 20 Aug 2019, 08:37
        0
        • D DeltaSim
          20 Aug 2019, 08:34

          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 Offline
          J Offline
          J.Hilk
          Moderators
          wrote on 20 Aug 2019, 08:37 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 20 Aug 2019, 10:25 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 1 Reply Last reply 20 Aug 2019, 10:33
            0
            • D DeltaSim
              20 Aug 2019, 10:25

              @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 Offline
              J Offline
              J.Hilk
              Moderators
              wrote on 20 Aug 2019, 10:33 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 20 Aug 2019, 12:31 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

                6/7

                20 Aug 2019, 10:33

                • Login

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