Doc: Describe "Create Android Template Files Wizard"

Task-number: QTCREATORBUG-27560
Change-Id: I9f7a24b2d0c9ddfd3282fda59c4262d0b6775f56
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Leena Miettinen
2022-07-12 09:59:08 +02:00
parent aed367ceb6
commit 9074fa27e0
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -461,6 +461,16 @@
\li Select \uicontrol Projects > \uicontrol Build > \li Select \uicontrol Projects > \uicontrol Build >
\uicontrol {Build Android APK} > \uicontrol {Create Templates}. \uicontrol {Build Android APK} > \uicontrol {Create Templates}.
\li Check the path in \uicontrol {Android package source directory}.
\image qtcreator-android-create-template.png "Create Template dialog"
\li Select \uicontrol {Copy the Gradle files to Android directory} if you
plan to extend the Java part of your Qt application.
\li Select \uicontrol Finish to copy the template files to the \c android
directory and to open the manifest file for editing.
\li In the \uicontrol {Package name} field, enter a valid \li In the \uicontrol {Package name} field, enter a valid
\l{Package Names}{package name} for the application. \l{Package Names}{package name} for the application.
For example, \c {org.example.myapplication}. For example, \c {org.example.myapplication}.