Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.14.0
Description
Currently the APK name can be changed only by hands, because it is hard-coded into main.cpp of the androiddeployqt tool:
QString androidTool = QString::fromLatin1("%1 update project --path %2 --target %3 --name QtApp")
.arg(shellQuote(androidToolExecutable))
.arg(shellQuote(options.outputDirectory))
.arg(shellQuote(options.androidPlatform));
Please make it configurable from the QtCreator
Attachments
Issue Links
- is required for
-
QTBUG-86887 Allow setting custom name for an Android apk
-
- Reported
-