From 1ad80bca115bcdc77f8ea0a14a461db08126fd32 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:34:12 -0700 Subject: [PATCH 1/2] Update troubleshooting.md --- docs/android/emulator/troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/android/emulator/troubleshooting.md b/docs/android/emulator/troubleshooting.md index 5cd7acbdb..41f6f71d4 100644 --- a/docs/android/emulator/troubleshooting.md +++ b/docs/android/emulator/troubleshooting.md @@ -2,7 +2,7 @@ title: "Android Emulator Troubleshooting" description: "This article explains how to diagnose and work around problems that may occur when using the Android Emulator to deploy and run your .NET MAUI app." zone_pivot_groups: platform -ms.date: 02/23/2022 +ms.date: 10/14/2022 --- # Android emulator troubleshooting @@ -85,6 +85,9 @@ When using hardware acceleration, you may run into configuration problems or con This command assumes that the Android SDK is installed at the default location of _C:\\Program Files (x86)\\Android\\android-sdk_. If the Android SDK is installed elsewhere, modify the preceding command to the correct location. +> [!TIP] +> Make sure the Android Emulator is up-to-date. From Visual Studio, press **Tools** > **Android** > **Android SDK Manager**. Select the **Tools** tab and see if the **Android Emulator** entry has an update available. + ### Hardware acceleration not available If Hyper-V is available, a message like the following example will be returned from the **emulator-check.exe accel** command: From 95aa6b04fb22f3d2cdbb2b825d9fc7f416c65bce Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:35:36 -0700 Subject: [PATCH 2/2] Update troubleshooting.md --- docs/android/emulator/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/android/emulator/troubleshooting.md b/docs/android/emulator/troubleshooting.md index 41f6f71d4..db46188e6 100644 --- a/docs/android/emulator/troubleshooting.md +++ b/docs/android/emulator/troubleshooting.md @@ -86,7 +86,7 @@ When using hardware acceleration, you may run into configuration problems or con This command assumes that the Android SDK is installed at the default location of _C:\\Program Files (x86)\\Android\\android-sdk_. If the Android SDK is installed elsewhere, modify the preceding command to the correct location. > [!TIP] -> Make sure the Android Emulator is up-to-date. From Visual Studio, press **Tools** > **Android** > **Android SDK Manager**. Select the **Tools** tab and see if the **Android Emulator** entry has an update available. +> Make sure the Android Emulator is up to date. From Visual Studio, press **Tools** > **Android** > **Android SDK Manager**. Select the **Tools** tab and see if the **Android Emulator** entry has an update available. ### Hardware acceleration not available