Min SDK: The minumum version you are willing to target. May be missing some features.
Target SDK: The SDK with all the APIs you need.
Build SDK: The SDK you are building with.
In general Min SDK==Target SDK unless you have code to invoke newer SDK features.
Build SDK >= Min SDK. The SDKs are always backwards compatible.
I've never really run into any vsersion issues since, usually, Qt is interfaceing with the core services.
Sent: Monday, July 13, 2015 at 1:18 PM
From: "Nuno Santos" <[email protected]>
To: interest <[email protected]>
Subject: [Interest] Android - Min SDK / Target SDK / Build SDK
From: "Nuno Santos" <[email protected]>
To: interest <[email protected]>
Subject: [Interest] Android - Min SDK / Target SDK / Build SDK
Hi,
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
Can one advise me on the proper settings for min sdk, target sdk and build sdk for Android?
I want my min SDK to be API 14, for that reason i’m also targeting to API 14 and i’m building with API 21.
Is there any problem with this? Will this allow me to run on the latest Android OS?
Thanks in advance,
Regards,
+351 91 621 69 62
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
