Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Fixed
-
Affects Version/s: 5.15.1, 5.15.2
-
Fix Version/s: None
-
Component/s: Build tools: androiddeployqt, Build tools: qmake
-
Labels:None
-
Environment:try on linux and windows with the qt Creator version:
Qt Creator 4.13.3
Based on Qt 5.15.2 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)
Built on Nov 13 2020 12:29:31
From revision 524cad144a
-
Platform/s:
Description
When we want to build an android package with the api 29 or 30 selected in buildstep and in the manifest, the builded package api is version 28, a version that is not uploadable on the play store .
The only solution to build a more recent api is to manually change the version in the default part of the graddle file.
In Addition, I was able to build an API 28 without android api 28 installed
See this forum post for more details for these issues : link
to resume:
- In manifest, the target SDK part doesn't work, comboBox is disable and change nothing if we activate it manually with the line
<uses-sdk android:targetSdkVersion="29"/>
- In the build Step -> Build Android APK, the android build SDK doesn't change anything visible (always build with 28)
- Build an api 28 when api 28 is not installed
Attachments
Issue Links
- relates to
-
QTBUG-91255 [Android] Add support for APK Signature Scheme v2
-
- Open
-