Android SDKパッケージの管理
Android SDK Toolsバージョン25.3.0以降、AndroidにはSDKパッケージ管理用のコマンドラインツールsdkmanagerしかありません。SDK管理を簡素化するため、Qt Creator 、SDKパッケージのインストール、更新、削除を行うSDK Managerが用意されています。高度なSDK管理には、sdkmanager 。
インストールされている Android SDK パッケージを表示するには、Preferences>SDKs >Android >SDK Manager を選択します。

SDK パッケージの表示
Package のリリース チャネルのパッケージを表示するには、Show Packages >Channel でチャネルを選択します。一般的なチャネル ID には、Stable 、Beta 、Dev 、Canary があります。
廃止されたパッケージを表示するには、Include obsolete を選択してください。
パッケージをフィルタするには、Available 、Installed 、またはAll を選択します。
SDKパッケージの更新
インストールされている Android SDK パッケージを更新するには、次の手順に従います:
- Update Installed を選択します。
- 更新するパッケージを選択します。
- Apply を選択します。
sdkmanagerオプションの設定
sdkmanager の高度なオプションを設定します:
- Advanced Options を選択します。
- SDK Manager arguments に、Available arguments の sdkmanager オプションを入力します。

How To: Develop for AndroidおよびDeveloping for 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.