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. Should it be possible to run a Qt Android app on ICS 4.0.3 (API level 15) device?

Should it be possible to run a Qt Android app on ICS 4.0.3 (API level 15) device?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 2 Posters 1.4k 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.
  • V Offline
    V Offline
    Violet Giraffe
    wrote on last edited by
    #1

    If I set minSdkLevel to 15, I get the following error:

    Invalid minSdkVersion version, minSdkVersion must be >= 16
    

    I don't think it originates from my side of the project. It's something inside Qt. Is it the intended limitation? Judging from this, it was supposed to work on API 10 or even 9, but that was a year ago.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #2

      Hi,

      The minimum version supported has changed since 5.7. See here.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      V 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        The minimum version supported has changed since 5.7. See here.

        V Offline
        V Offline
        Violet Giraffe
        wrote on last edited by
        #3

        @SGaist
        Thank you, but I don't quite understand. It says:

        You can build Qt applications against any API level you wish, As long as it is equal to or higher than 13.
        

        And yet, I cannot build for 15.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          There might be a missing update.

          From the doc itself, 16 is the minimal level to build an application.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          V 1 Reply Last reply
          2
          • SGaistS SGaist

            There might be a missing update.

            From the doc itself, 16 is the minimal level to build an application.

            V Offline
            V Offline
            Violet Giraffe
            wrote on last edited by Violet Giraffe
            #5

            @SGaist
            Good catch. Case closed then, thanks.

            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