forked from qt-creator/qt-creator
Android: Search for a suitable emulator before starting a new avd
Note, that we don't know the names of the started avds, so we look for a avd that has the same abi and apiLevel. Task-number: QTCREATORBUG-10411 Change-Id: I5f6ff3ee0dddcf2bb8fca981ccedf437e32da677 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -106,6 +106,7 @@ public:
|
||||
QVector<AndroidDeviceInfo> androidVirtualDevices() const;
|
||||
QString startAVD(const QString &name, int apiLevel, QString cpuAbi) const;
|
||||
bool startAVDAsync(const QString &avdName) const;
|
||||
bool findAvd(int apiLevel, const QString &cpuAbi) const;
|
||||
QString waitForAvd(int apiLevel, const QString &cpuAbi) const;
|
||||
QString bestNdkPlatformMatch(const QString &targetAPI) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user