Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checking for emulator updates to troubleshooting #1003

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/android/emulator/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down