forked from qt-creator/qt-creator
Android: Use sdkmanager tool
android tool is deprecated since sdk tools version 25.3.0. Use the new sdkmanager tool Task-number: QTCREATORBUG-17814 Change-Id: I96446f5a64c1c400066b4ac7771c8c7e1bf567ed Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -339,6 +339,8 @@ void AndroidToolOutputParser::parseTargetListing(const QString &output,
|
||||
addSystemImage(abiList, platform);
|
||||
*platformList << platform;
|
||||
}
|
||||
|
||||
Utils::sort(*platformList);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user