aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-07-19 12:52:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-08-10 09:33:30 +0000
commit2b877246cae7704f521689d66d5d825e84a3d1bf (patch)
tree58f72971c7a00e5b7993878d4258ea80d0b303d2 /doc
parenta44fe2e4f03fc18ce9c3d050f71fe369916259b8 (diff)
Doc: Add a note about debugger error on Android
Qt Creator cannot debug applications on Android devices if Android Studio is running. Change-Id: I57de367ed0d4effe7b095fa66318408d868496d1 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/android/androiddev.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc
index 13c449efea..d4f3421d5b 100644
--- a/doc/src/android/androiddev.qdoc
+++ b/doc/src/android/androiddev.qdoc
@@ -292,5 +292,9 @@
\note Select a \l{glossary-build-config}{debug build configuration} to build
the application for debugging.
-*/
+ \note \QC cannot debug applications on Android devices if Android Studio is
+ running. If the following message is displayed in the \uicontrol Output
+ pane, close Android Studio and try again: \e {Ignoring second debugger -
+ accepting and dropping.}
+*/