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

Build QT for Androif

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 368 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.
  • O Offline
    O Offline
    OanhBK
    wrote on last edited by
    #1

    I am getting this error when building Android on QT 5.15.2
    "Invalid minSdkVersion version, minSdkVersion must be >= 21"
    here are the configuration parameters
    Capture.PNG

    1 Reply Last reply
    0
    • mrdebugM Offline
      mrdebugM Offline
      mrdebug
      wrote on last edited by
      #2

      Hi, please have a look at your Androif.manifes file and in particolar mode at the row

      <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
      

      and then check with SDKManger to have the api 29 selected.
      The app shoud run from Android 6 to 11

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      O 1 Reply Last reply
      1
      • mrdebugM mrdebug

        Hi, please have a look at your Androif.manifes file and in particolar mode at the row

        <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
        

        and then check with SDKManger to have the api 29 selected.
        The app shoud run from Android 6 to 11

        O Offline
        O Offline
        OanhBK
        wrote on last edited by
        #3

        @mrdebug said in Build QT for Androif:

        <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>

        thanks :D

        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