Android: Automatic Kit creation

If both qt versions and ndk path exist automatically create Kits

Change-Id: If7739e866eeda3df2982850ff8f8cf22ca8f22c0
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-02-14 15:51:59 +01:00
parent 2a4f73c7b9
commit 979815e675
11 changed files with 444 additions and 69 deletions

View File

@@ -70,6 +70,7 @@ public:
Utils::FileName openJDKLocation;
Utils::FileName keystoreLocation;
unsigned partitionSize;
bool automaticKitCreation;
};
struct AndroidDeviceInfo
@@ -116,6 +117,7 @@ signals:
public slots:
bool createAVD(int minApiLevel = 0) const;
void updateAutomaticKitList();
private:
Utils::FileName toolPath(ProjectExplorer::Abi::Architecture architecture, const QString &ndkToolChainVersion) const;