How to make android app compatible with later versions?
-
Greetings,
As a beginner, I have a few questions regarding android app development with Qt.
Once we have successfully built an app for a specific android version, then what further changes/updates are required for higher android versions?
For example:
I built an app forAndroid 9with the following configuration:JDK: jdk-8u211
SDK Version: 26.1.1
NDK Version: 19.2.5345600
Qt 5.13.1
androidBuildToolsVersion=28.0.3To make the app fully compatible with higher versions, which configuration (SDK, NDK, JDK, or Qt version) needs to be updated?
(app can run on higher versions but some features may not work well such as
sharing datawith other apps due to updated privacy policies)PS: I've skimmed through Qt documentation but I couldn't really understand it.
Regards,
Ahsan -
Greetings,
As a beginner, I have a few questions regarding android app development with Qt.
Once we have successfully built an app for a specific android version, then what further changes/updates are required for higher android versions?
For example:
I built an app forAndroid 9with the following configuration:JDK: jdk-8u211
SDK Version: 26.1.1
NDK Version: 19.2.5345600
Qt 5.13.1
androidBuildToolsVersion=28.0.3To make the app fully compatible with higher versions, which configuration (SDK, NDK, JDK, or Qt version) needs to be updated?
(app can run on higher versions but some features may not work well such as
sharing datawith other apps due to updated privacy policies)PS: I've skimmed through Qt documentation but I couldn't really understand it.
Regards,
Ahsan