diff --git a/doc/qtcreator/images/qtcreator-android-create-template.png b/doc/qtcreator/images/qtcreator-android-create-template.png new file mode 100644 index 00000000000..75436a093fa Binary files /dev/null and b/doc/qtcreator/images/qtcreator-android-create-template.png differ diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc index 3a017da4fad..fc5e8d790f1 100644 --- a/doc/qtcreator/src/android/deploying-android.qdoc +++ b/doc/qtcreator/src/android/deploying-android.qdoc @@ -461,6 +461,16 @@ \li Select \uicontrol Projects > \uicontrol Build > \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 \l{Package Names}{package name} for the application. For example, \c {org.example.myapplication}.