Should it be possible to run a Qt Android app on ICS 4.0.3 (API level 15) device?
-
If I set
minSdkLevelto 15, I get the following error:Invalid minSdkVersion version, minSdkVersion must be >= 16I 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.
-
@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.
-
There might be a missing update.
From the doc itself, 16 is the minimal level to build an application.
-
There might be a missing update.
From the doc itself, 16 is the minimal level to build an application.
@SGaist
Good catch. Case closed then, thanks.