Androidパッケージの作成
androiddeployqt ツールの設定を指定するには、Projects >Build Settings >Build Android APK と進み、Details を選択します。

androiddeployqt ツールは、設定に基づいて APK を作成します。利用可能なオプションの詳細については、androiddeployqtを参照してください。
androiddeployqt ツールが実行していることに関する情報は、Compile Output で確認できます。詳細情報を表示するには、Verbose output を選択します。
デバッグサーバーのバイナリをパッケージに含めるには、Add debug server を選択します。
API レベルを選択します。
Android build platform SDK フィールドで、アプリケーションの構築に使用するAPI レベルを選択します。通常は、利用可能な最も高い API レベルを選択します。
通常、ビルドにはAndroid SDKビルド・ツールの最高バージョンを使用する必要があります。必要に応じて、Android build-tools version フィールドで別のバージョンを選択します。
AABのビルド
アプリケーションをローカルでテストする場合は、Qt Creator 、パッケージをデバイスにインストールして実行できるため、APK形式を使用します。Google Playストアに配布する場合は、Build Android App Bundle (*.aab) を選択してAABを作成します。
CMakeでビルドする場合、Initial Configuration のCMake セクションで選択したABIを表示できます。ANDROID_ABI キーの値として、追加の ABI を設定できます:

Qbsまたはqmakeでビルドする場合は、Build Steps のABIs フィールドでABIを選択できます:

AARのビルド
Build Steps セクションでAARターゲットを選択します。

How toも参照してください: Android 用の開発」および「Android 用の開発」も参照してください。
Copyright © The Qt Company Ltd. and other contributors. 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.