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. minSdkVersion in Qt 5.8 Android ?
Forum Updated to NodeBB v4.3 + New Features

minSdkVersion in Qt 5.8 Android ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 1.4k 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.
  • S Offline
    S Offline
    sardar
    wrote on last edited by
    #1

    hi
    i using Qt 5.8 for Android (it is Alpha release).
    when i want to run Qt Quick Controls 2 samples in Android 4.0.4 in deploy step have error Invalid minSdkVersion version, minSdkVersion must be >= 16 but in Qt 5.7 you can use minSdkVersion from 9, if i remove minSdkVersion from manifest file after deploy step in run time in Android device show to me error dialog Unsupported Android Version.

    i use :

    • Android for armeabi-v7a (GCC 4.9, Qt 5.8.0)
    • Android SDK 19
    • Android NDK r10e-rc4 (64-bit)

    test in Samsung Galaxy j5 android 5.1.1 without problem
    test in Sony Xperia mini android 4.0.4 with above problem.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      You write that if you leave required information out from the manifest you get an error? Well. don't remove minSdkVersion and you won't get an error...

      If the problem is that Qt 5.8 doesn't support lower SDK versions, it just doesn't. Don't use it to target old devices. It is not mandatory to use the latest SDK. Just use the one that supports your target devices.

      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