Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am using Qt to develop toy Android programs,and there are two Android API level, Qt automatically choose Level 24(android7.0),but it is not compatible with my smartphone which has a android 5.1 system. How to Change API level in Qt?
@amerysong As per this under Selecting API Level topic: Build Android APK > Android Build SDK
It works,thank you