If you already have installed Android from Android Studio or Eclipse, you’re done.
If not we don’t need an extra IDE – complete development workflow can be done from Qt Creator, if Android SDK and Android NDK are installed.
Please download SDK from here. Select the Installer for your OS:
UPDATE 2017-03-02: Attention: Google has changed the structure of SDK.
See QTBUG-59236 for the details. Latest working SDK version is 25.2.5 – here are the download links:
macOS: https://dl.google.com/android/repository/tools_r25.2.5-macosx.zip
Windows: https://dl.google.com/android/repository/tools_r25.2.5-windows.zip
Linux: https://dl.google.com/android/repository/tools_r25.2.5-linux.zip
Follow the instructions:
GoTo the folder where you installed the Android SDK and search for /tools/android and double-click to start:
Now select what you need. I selected API 22 (Android 5.1.1) – currently running on BlackBerry PRIV and API 23 (Android 6):
Now it can take some time to get it all installed.
Optional you can download and install ANT.
Qt can use ANT or Gradle to deploy to Android devices.
As last step we must download and install the Android NDK:
Select the right version for your OS:
Attention: there are problems with newer releases. At the moment you MUST use the r10e !
Follow the instructions:
That’s all to enable you to develop Android APPs from Qt.
Another article explains HowTo prepare your Android Device.