saker.android Documentation TaskDoc JavaDoc Packages
Retrieves an Android platform SDK description. The task can be used to get an SDK reference to the Android platform with a specific version. These SDKs can be passed as the input to other tasks to be used to retrieve the required tooling. Android platforms are located in the platforms directory of the Android SDK. The commonly used name for the SDK is AndroidPlatform.
Summary
Parameters
VersionCollection of versions that specify the version of the Android platform that should be referenced.
Parameters
Collection of String
Aliases:
Versions
Collection of versions that specify the version of the Android platform that should be referenced. The elements can be platform identifiers that are present in the android-<id> format, or the complete directory name as well. E.g. "android-R", or simply "R" will reference the android-R platform. 29 will simply reference the android-29 platform.