Adding to Jason words. Clearly a device with an API level lower than the one you specify cannot install your app (or simply see it in the play store). That's why usually the minimum sdk is also one of the minimum API available: target as many devices as possible. Targeting ICS does not narrow the installation base that much, currently.
Also, you can change these values each time you want by uploading a newer APK. Cheers --- Federico Buti 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 Hi, 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, Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
