summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidplugin.h
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2019-12-23 16:13:23 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-02-07 18:21:30 +0000
commitf46099d21e518c15979dfeb4c3a0d1fee1880095 (patch)
tree8c45048a8d3519b6c3bbc0ac0c07a6f6a08145ad /src/plugins/android/androidplugin.h
parent8bef0c91551a32a2f042b1834cb309c2b313b3ed (diff)
downloadqt-creator-f46099d21e518c15979dfeb4c3a0d1fee1880095.tar.gz
Android: Automatically download SDK tools and essential packages
Automatically download Android SDK Tools to default path used by Android Studio, then essential packages will be installed using the sdkmanager tool. Automatic installation can also be triggered by an added button in the settings page. Essentials packages include NDK Bundle and other NDK versions required by previous Qt versions. An sdk_definitions.json file holds download paths for SDK Tools, and other (Qt version <-> essential packages) combinations. [ChangeLog][Android] Automatically download SDK Tools, NDKs and all essential packages for Android builds. Task-number: QTCREATORBUG-23285 Change-Id: I90e7aafecd017d2bdc959e403711d9d440a6bbb2 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/android/androidplugin.h')
-rw-r--r--src/plugins/android/androidplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidplugin.h b/src/plugins/android/androidplugin.h
index ea2d7461c4..45db6ed237 100644
--- a/src/plugins/android/androidplugin.h
+++ b/src/plugins/android/androidplugin.h
@@ -40,6 +40,7 @@ class AndroidPlugin final : public ExtensionSystem::IPlugin
bool initialize(const QStringList &arguments, QString *errorMessage) final;
void kitsRestored();
+ void askUserAboutAndroidSetup();
class AndroidPluginPrivate *d = nullptr;
};