AndroidSdkManagerAliases.

AndroidSdkManagerDownload(ICakeContext, DirectoryPath, Version) Method

Summary

Downloads the Android SDK Manager.

Syntax

public static void AndroidSdkManagerDownload(this ICakeContext context, DirectoryPath destinationDirectory = null, Version specificVersion = null)

Attributes

Type Description
CakeMethodAliasAttribute

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 available if none is specified.

Return Value

Type Description
void