Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
1.22.1
-
None
-
cmdline-tools;latest
-
-
b20256ccef (qbs/qbs/master) b20256ccef (qbs/qbs/1.23) b20256ccef (qbs/qbs/1.24)
Description
The modern way to install android packages is to use cmdline-tools. The old way was to use SDK tools, but now it is deprecated (see https://developer.android.com/studio/releases/sdk-tools).
There is a code in AndroidSdkProbe which looks for android executable in SDK tools folder to prove, that the folder does contain Android SDK. But if you use cmdline-tools, there is no folder "tools" anymore. The probe fails to find build tools.