Qt for Android▲
Qt for Android enables you to develop Qt applications for Android devices, and supports a wide range of features and use-cases.
To download and install Qt for Android, follow the instructions on the Getting Started with Qt for Android page. To build Qt from source, see Building from Source.
Supported Configurations▲
The following development environments and target system configurations are supported in Qt 6.4:
The following configurations are supported in this Qt release:
Distribution |
Architecture |
Compiler |
Notes |
---|---|---|---|
Android 6.0 or later (API level 23 or higher) |
armv7a, x86, arm64-v8, and x86_64 |
Clang 12.0.8 (NDK r23b) as provided by Google |
For JDK versions see Java Development Kit (JDK) |
Qt user apps require using the same NDK r23b version used for building the official Qt for Android libraries. A different version might be missing the symbols for __emutls_get_address.
Target Devices used in Automated Testing |
|||
---|---|---|---|
Device |
OS Version |
Architecture |
Form Factor |
Android 10 (API 29) |
armv7, arm64_v8a |
Mobile |
|
Android 12 (API 31) |
armv7, arm64_v8a |
Mobile |
|
Android 10 (API 29) |
armv7, arm64_v8a |
Tablet |
|
Android 13 Beta 4.1 |
armv7, arm64_v8a |
Mobile |
|
Android 12 (API 31) |
armv7, arm64_v8a |
Mobile |
|
Android 6.0.1 (API 23) |
armv7 |
Mobile |
|
Huawei Honor |
Android 6.0.1 (API 23) |
armv7, arm64_v8a |
Mobile |
Android 9 (API 28) |
armv7, arm64_v8a |
Mobile |
|
Android 11 (API 30) |
armv7, arm64_v8a |
Mobile |
Qt for Android support is inclusive of but not limited to these devices.
The above table is accurate at the time of this Qt patch release only. It may change during the patch release cycle and should only be used as a reference for what the Qt Company can rapidly reproduce bugs on.
Where to Go from Here▲
We invite you to explore the rest of Qt. We prepared overviews which help you decide which APIs to use and our examples demonstrate how to use our APIs.
-
Qt Overviews - list of topics about application development
-
Examples and Tutorials - code samples and tutorials
-
Qt Reference Pages - a listing of C++ and QML APIs
The following topics also provide more details about Qt for Android:
-
Adding OpenSSL Support for Android: Provides instructions to package OpenSSL libraries with your Qt application for Android.