This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.SdkManager.
Summary
Downloads the Android SDK
- Assembly
- Cake
.Android .SdkManager .dll - Namespace
- Cake
.AndroidSdkManager - Containing Type
- AndroidSdkDownloader
Syntax
public static void DownloadSdk(ICakeContext context, DirectoryPath destinationDirectory = null, Version specificVersion = null)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
destinationDirectory | DirectoryPath | Destination directory, or ./tools/androidsdk if none is specified. |
specificVersion | Version | Specific version, or latest if none is specified. |
Return Value
Type | Description |
---|---|
void |