Skip to content

resolveEmulatorDeviceId

Finds the running emulator whose AVD is the named one.

Import:

import { resolveEmulatorDeviceId } from 'obsidian-integration-testing';

Signature:

function resolveEmulatorDeviceId(params: ResolveEmulatorDeviceIdParams): Promise<string>

Parameters:

ParameterTypeDescription
paramsResolveEmulatorDeviceIdParamsThe AVD to match.

Returns: Promise<string> — A Promise that resolves to the device UDID to address it by.


Links to this page: