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:
Vikas Pachdha
2017-03-30 14:47:34 +02:00
parent 2b5f5abb2b
commit 05b77e8468
7 changed files with 440 additions and 15 deletions

View File

@@ -339,6 +339,8 @@ void AndroidToolOutputParser::parseTargetListing(const QString &output,
addSystemImage(abiList, platform);
*platformList << platform;
}
Utils::sort(*platformList);
}
} // namespace Internal