aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-04 15:21:16 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-06 18:21:26 +0000
commit6458473414119ae5a70a3128c375f2c3faabef33 (patch)
tree6ac1e74e773c33b2b4f4aad0e65a85a9190809e5 /doc
parentf98731b81aa5852dee94741cae92be9edfb1b009 (diff)
Android: remove support for local/debug deployment option
This is only usable with versions of Android older than 5. Now that Android 8 is the current version, we say goodbye to this feature as it is almost certainly no longer of use to anyone. Task-number: QTBUG-62995 Change-Id: I19795eb385b18f4dd87a1bb8df57d36c3fa28dc5 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/android/deploying-android.qdoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/android/deploying-android.qdoc b/doc/src/android/deploying-android.qdoc
index cf9018ce31..0074867b77 100644
--- a/doc/src/android/deploying-android.qdoc
+++ b/doc/src/android/deploying-android.qdoc
@@ -82,22 +82,6 @@
To use Ministro to install the Qt libraries, select the
\uicontrol {Use Ministro service to install Qt} option.
- \section1 Deploying Qt Libraries for Debugging
-
- To test your application on a device that is physically connected to the
- development host (or on an emulator), you can copy the Qt libraries into a
- temporary directory on your device and run the application against them.
-
- An APK built in this way is not distributable, since it relies on the device
- containing the Qt libraries in the correct location. However, as the Qt
- libraries are only copied into the device once, this method provides a fast
- turn-around time, and is therefore convenient for testing the application
- during development.
-
- Select the \uicontrol {Deploy local Qt libraries to temporary directory} option to
- deploy Qt libraries to the \c{/data/local/tmp/qt} folder on the device and
- to run the application against them.
-
\section1 Packaging Applications
Because bundling applications as APK packages is not