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.Adb.
Summary
Connects to an emulator and queries its avd name
Syntax
public static string AdbGetAvdName(this ICakeContext context, string emulatorSerial)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
emulatorSerial |
string |
Emulator serial to get AVD name of. Must be in the format 'emulator-5554'. |
Return Value
Type |
Description |
string |
AVD name of the emulator. |