Skip to content
Docs Try Aspire

addAndroidEmulator

Function
📦 Aspire.Hosting.Maui v13.2.0-preview.1.26159.1
interface MauiProjectResource {
// ... omitted for brevity
addAndroidEmulator(
name: string,
emulatorId?: string): MauiAndroidEmulatorResource;
}

Signature

method addAndroidEmulator builder
Adds an Android emulator resource for a .NET MAUI project.
addAndroidEmulator(
name: string,
emulatorId?: string): MauiAndroidEmulatorResource
name string
emulatorId string optional
MauiAndroidEmulatorResource

Applies to

This function is an extension method on the following types: