AdbAliases.

AdbGetAvdName(ICakeContext, string) Method

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