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
Installs the specified Android SDK packages.
Syntax
public static void AndroidSdkManagerInstall(this ICakeContext context, IEnumerable<string> packages, AndroidSdkManagerToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
packages |
IEnumerable<string> |
The packages to install. |
settings |
AndroidSdkManagerToolSettings |
The settings. |
Return Value