MauiProjectResource.addAndroidEmulator
Method
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): MauiAndroidEmulatorResourceParameters
name string emulatorId string optional Returns
MauiAndroidEmulatorResource Defined on
This method is defined on the following type: