AndroidSdkDownloader.

DownloadSdk(ICakeContext, DirectoryPath, Version) Method

Summary

Downloads the Android SDK

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