forked from qt-creator/qt-creator
Doc: describe Android Debug Bridge (adb)
The abbreviation appears in error messages. Also describe using GDB to debug applications on Android. Change-Id: If3b44dddba94faae7b7da5e01ec57960e5326c8e Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
with the Android device type, the tool chain, and the Qt version for Android,
|
||||
to build and run applications on Android devices.
|
||||
|
||||
The Android Debug Bridge (adb) command line tool is integrated to \QC to
|
||||
enable you to deploy applications to connected Android devices, to run
|
||||
the applications on them, and to read logs from them. It includes a client
|
||||
and server that run on the development host and a daemon that runs on the
|
||||
emulator or device.
|
||||
|
||||
\section1 Requirements
|
||||
|
||||
To use \QC to develop Qt applications for Android, you need the following:
|
||||
@@ -112,6 +118,10 @@
|
||||
|
||||
\section1 Debugging on Android Devices
|
||||
|
||||
\QC is integrated with the GDB and GDB server that are delivered with the
|
||||
Necessitas SDK. It provides GDB with Python support that enables \QC to
|
||||
display custom Qt types, such as QString, QObject, and so on.
|
||||
|
||||
Android devices support debugging multi-thread applications in version
|
||||
2.2.1 and later. If you use AVD, select Android 2.3, or later. For more
|
||||
information, see the Android documentation.
|
||||
|
||||
Reference in New Issue
Block a user