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 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