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. Are Android Version requirements for QT5.13 outdated in table "Supported Platforms"?
Forum Updated to NodeBB v4.3 + New Features

Are Android Version requirements for QT5.13 outdated in table "Supported Platforms"?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 3 Posters 305 Views 2 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.
  • K Offline
    K Offline
    kotturkoteyko
    wrote on last edited by
    #1

    Hi all.
    I want build android app with Qt5.13 + Android API 28 + NDK r18. But in table Supported Platforms https://doc.qt.io/qt-5/supported-platforms.html version for Android API Level 21. Is this obsolete information, or for Qt5.13 the only appropriate API Level is still 21? Or i can use API 28? Excuse my for strange question.
    Regards.

    J.HilkJ 1 Reply Last reply
    1
    • K kotturkoteyko

      Hi all.
      I want build android app with Qt5.13 + Android API 28 + NDK r18. But in table Supported Platforms https://doc.qt.io/qt-5/supported-platforms.html version for Android API Level 21. Is this obsolete information, or for Qt5.13 the only appropriate API Level is still 21? Or i can use API 28? Excuse my for strange question.
      Regards.

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

      hi @kotturkoteyko and welcome,

      that API-LVl 21 is referring to the lowest API Level possible. SO anything between 21 and 28 is fine :)


      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
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        This is explained in Android documentation https://developer.android.com/guide/topics/manifest/uses-sdk-element.

        • You should set minSdkVersion to at least 21 (can be higher)
        • You should set targetSdkVersion to the newest available (28)

        (Z(:^

        1 Reply Last reply
        3
        • K Offline
          K Offline
          kotturkoteyko
          wrote on last edited by
          #4

          Thanks to all!

          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