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.5:
The following configurations are supported in this Qt release:
Distribution | Architecture | Compiler | JDK | Gradle | Package |
---|---|---|---|---|---|
Android 8.0 (API 26) to 14 (Api 34) | arm64-v8 , x86_64 , x86 , and armeabi-v7a | Clang 14.0.6 (NDK r25b or 25.1.8937393) | JDK 17 | Gradle 8.10 and AGP 8.5.2 | Multi-ABI APK s and AAB s |
Note: It's recommended that Qt user apps use the same NDK r25b version used for building these official Qt for Android libraries. An NDK version more recent than r23b is required if building a project results in an error of missing the symbols for __emutls_get_address
.
Target Devices used in Automated Testing | |||
---|---|---|---|
Device | OS Version | Architecture | Form Factor |
Pixel 2 | Android 11 (API 30) | arm64_v8a | Mobile |
Pixel 2 XL | Android 11 (API 30) | arm64_v8a | Mobile |
Pixel 4 | Android 10 (API 29) | armv7 | Mobile |
Pixel 4A | Android 12 (API 31) | armv7, arm64_v8a | Mobile |
Pixel 6 | Android 13 (API 33) | arm64_v8a | Mobile |
Pixel 6 Pro | Android 12 (API 31) | arm64_v8a | Mobile |
Pixel 6a | Android 14 (API 34) | arm64_v8a | Mobile |
Pixel 7 | Android 13 (API 33) | arm64_v8a | Mobile |
Pixel 7 Pro | Android 13 (API 33) | arm64_v8a | Mobile |
Pixel 7a | Android 14 (API 34) | arm64_v8a | Mobile |
Samsung Galaxy S10 | Android 9 (API 28) | armv7, arm64_v8a | Mobile |
Samsung Galaxy S21 | Android 12 (API 31) | armv7, arm64_v8a | Mobile |
Samsung Galaxy Tab S4 | Android 10 (API 29) | armv7, arm64_v8a | Tablet |
Nothing Phone 1 | Android 14 (API 34) | arm64_v8a | Mobile |
Motorola Moto G5 Plus | Android 8 [UP1A.230519.001] (API 27) | arm64_v8a | Mobile |
Note: Qt for Android support is inclusive of but not limited to these devices.
Note: 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
- Qt Creator: Creating a Mobile Application
- Qt Creator: Specifying Android Device Settings
The following topics also provide more details about Qt for Android:
How to package OpenSSL libraries with a Qt for Android application. | |
Provides additional information about the licensing of run-time dependencies of Qt for Android | |
Information particular to building and running Qt applications on Android. | |
Provides information about Android Services support in Qt. | |
The technical steps required to deploy a Qt application on Android. | |
Lists some useful environment variables used by the Qt For Android toolchain. | |
Provides instructions to install and configure your development environment. | |
Provides instructions to port your existing Qt application to Android. | |
Provides instructions to prepare your application for publishing. | |
Provides details on the AndroidManifest.xml configuration | |
Demonstrates calling Java code from Qt in an Android application | |
How to build user projects using Qt for Android. | |
How to configure and build Qt for Android directly from source. | |
Information regarding CMake and Android platform APIs. | |
An overview of architecture, toolchain, and other useful information. | |
Guide for Supporting Google Emoji Font Policy using QML or C++. | |
Instructions on including third-party Android libraries in an application. |
Qt's vibrant and active community site houses a wiki, a forum, and additional learning guides and presentations.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.