Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
-
5454dda249 (qt-creator/qt-creator/master)
Description
Qt Creator's Android SDK Tools download utility needs periodic updates for the initial links of cmdline-tools to keep up with Android changes. Currently the downloaded packages are version 2.0 and the current cmdline-tools is 6.0, while updating, it seems that the folder structure between the two versions is not the same and our download utility needs an update for that.
The existing one puts the sdkmanager under a tools/bin folder, however, the new version has a cmdline-tools/bin folder, this change might break the installation after updating the links.