addAndroidEmulator
Method
interface MauiProjectResource { // ... omitted for brevity addAndroidEmulator( name: string, emulatorId?: string): MauiAndroidEmulatorResource;}Signature
method
addAndroidEmulator builder Adds an Android emulator resource to run the MAUI application on an Android emulator with a specific name.
addAndroidEmulator( name: string, emulatorId?: string): MauiAndroidEmulatorResourceParameters
name string emulatorId string optional Returns
MauiAndroidEmulatorResource Applies to
This method applies to the following types: