Toggle side menu
Toggle side menu
Blog
Documentation
Reference
Extensions
Community
API
Support Us
Source
AdbAliases
.
AdbGetAvdName
(ICakeContext,
string)
Method
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
Assembly
Cake
.Android
.Adb
.dll
Namespace
Cake
.AndroidAdb
Containing Type
AdbAliases
Syntax
public
static
string
AdbGetAvdName
(
this
ICakeContext context,
string
emulatorSerial)
Attributes
Type
Description
Cake
Method
Alias
Attribute
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.