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.AvdManager.
Syntax
public static void AndroidAvdCreate(this ICakeContext context, string name, string targetSdkId, string device, string sdCardPathOrSize = null, bool force = false, string avdPath = null, AndroidAvdManagerToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
name |
string |
|
targetSdkId |
string |
|
device |
string |
|
sdCardPathOrSize |
string |
|
force |
bool |
|
avdPath |
string |
|
settings |
AndroidAvdManagerToolSettings |
|
Return Value