PDA

View Full Version : Android build SDK version, target SDK and minimum SDK



mentalmushroom
24th February 2017, 06:59
In the build settings of the Qt android project there is the Android build SDK parameter:
12350

I am wondering what should I choose there. For instance, if I select "android-21", does it mean that the application requires API level 21 or higher?


Android manifest also contains the Minimum required SDK and Target SDK parameters:
12351

Should the minimum required SDK or the target SDK be the same as Build SDK?