Skip to content

resolve-emulator-device-id

Asks the running emulators which AVD each was started from, and resolves one by name through ./emulator-device-id.ts’s selection.

Every function here shells out, so the whole module is integration-time code — which is exactly why the selection it delegates to lives in its own module and stays unit-tested.

InterfaceDescription
ResolveEmulatorDeviceIdParamsParameters for resolveEmulatorDeviceId.
FunctionDescription
resolveEmulatorDeviceIdFinds the running emulator whose AVD is the named one.