summaryrefslogtreecommitdiff
path: root/doc/src/platforms/android.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-05-29 16:10:23 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-05-29 16:10:23 +0200
commit06e55443ddcdcec107599f0a4072f8ce1b528b0b (patch)
tree522c3a3a7ba5a4384b3e425629ede1079b16c95c /doc/src/platforms/android.qdoc
parent578329719374f2c55d60682e51013970f7afe44e (diff)
parenta390b74a20602dc716f4375a6c33d5d426eba3e6 (diff)
downloadqtdoc-06e55443ddcdcec107599f0a4072f8ce1b528b0b.tar.gz
Merge remote-tracking branch 'origin/5.4' into 5.5
Conflicts: .qmake.conf doc/src/external-resources.qdoc Change-Id: I62bb845b837787385de233019436039e77a41f08
Diffstat (limited to 'doc/src/platforms/android.qdoc')
-rw-r--r--doc/src/platforms/android.qdoc28
1 files changed, 8 insertions, 20 deletions
diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index c78d686c..33a75a40 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -253,18 +253,6 @@ application to Android using the qrc approach:
\note QML documents can refer to the contents in qrc files using the
relative path to the document. Such references do not require the
"\c{qrc:}" or "\c{:/}" prefix.
- \li Update the "Run" settings for your project as described in the
- \l{Qt Creator: Specifying Run Settings}
-
- \note You can change the default settings for application icons and
- identifier.
- \li If your application uses imports or plugins which depend on special Qt
- modules, these Qt modules should be added to the .pro file. For example, if
- your application uses the \l{Qt Multimedia} import in QML, you should add
- the following to your .pro file:
- \code
- QT += multimedia
- \endcode
\li Save the changes to your project and run the application.
\endlist
@@ -326,9 +314,9 @@ the APK:
\li Run \c{make build_libs} to build the \c libcrypto and \c libssl shared
libraries.
- \li Open your Qt project using Qt Creator and update the
- "Deployment Configuration" under run settings to add \e libcrypto and
- \e libssl as additional libraries required for your project.
+ \li Open your Qt project using Qt Creator and update the "Build Android APK"
+ settings to add \e libcrypto and \e libssl as additional libraries for
+ your project.
\li Run your application to see it running on the device.
\endlist
@@ -358,10 +346,9 @@ on Google Play:
\li Open your application project using Qt Creator v3.0 or later and change
its \uicontrol Build settings to build release version.
- \li Open \uicontrol Run settings of your project and select
- \uicontrol {Create AndroidManifest.xml}. Qt Creator adds the manifest XML
- based on the application's \e .pro file and opens it in \uicontrol General
- mode.
+ \li Select \uicontrol {Create Templates} under \uicontrol Build settings to
+ create the template files such as \e AndroidManifest.xml and other
+ resources.
\note You can edit the \e AndroidManifest.xml in \uicontrol General or
\uicontrol {XML Source} mode.
@@ -388,7 +375,8 @@ on Google Play:
information on the manifest XML format, see \l{Android: App Manifest}.
\li Set up a \uicontrol keystore to sign the \e .apk. You can create a new
- keystore if you do not have one.
+ keystore if you do not have one. For more details, see
+ \l{Android APK}{QtCreator: Specifying Settings for Packages}.
\li Select \uicontrol{Open package location after build} and run your
application to build the \e .apk. Qt Creator builds the \e .apk and opens the