Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.11, 5.15.5
-
-
2022wk32FOQtforAndroid, 2022wk42FOQtforAndroid, 2023wkXXFOQtforAndroid
Description
https://developer.android.com/guide/topics/manifest/activity-element#config
Density is introduced api level 24.
Confirmed that building with default AndroidManifest in 5.12.11 using android-18 or in 5.15.5 using android-21 will break. The workaround is to create the android template and modify AndroidManifest.xml manually by removing "density" from the android:configChanges tag.
Note: when compile in 5.15.5 using android -21, another extractNativeLibs tag also needs to be removed
Attachments
Issue Links
- relates to
-
QTBUG-61072 Android - support for extractNativeLibs flag
- Reported