From e495b124091edb3a6c8b7e86daefcbd03b354330 Mon Sep 17 00:00:00 2001 From: amandaesmith333 Date: Mon, 1 May 2023 10:57:46 -0500 Subject: [PATCH] docs(android): update where to find SDK/AVD managers Co-authored-by: rtpHarry --- docs/developing/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing/android.md b/docs/developing/android.md index d27d9ae62f2..3b7baaca186 100644 --- a/docs/developing/android.md +++ b/docs/developing/android.md @@ -38,7 +38,7 @@ By default, the latest stable SDK Platform is installed, which includes a collec To install system images and other minor SDK platform packages, you may need to ensure **Show Package Details** is checked at the bottom of the SDK Manager. ![Android Studio SDK Manager](/img/installation/android-studio-sdk.png) -For future reference, the Android SDK can be managed with Android Studio in the **Configure** » **SDK Manager** menu of the Android Studio welcome screen or **Tools** » **SDK Manager** inside Android projects. +For future reference, the Android SDK can be managed with Android Studio from the context menu at the top right of the Android Studio welcome screen (select **SDK Manager**) or **Tools** » **SDK Manager** inside Android projects. ### Configuring Command Line Tools @@ -79,7 +79,7 @@ In `~/.bashrc`, `~/.bash_profile`, or similar shell startup scripts, make the fo Android Virtual Devices (AVDs) are blueprints that the Android emulator uses to run the Android OS. The following documentation is a quick way to get the Android emulator set up. For more detailed instructions and information, see the Android documentation. -AVDs are managed with the AVD Manager. In the Android Studio welcome screen, click **Configure** » **AVD Manager**. The AVD Manager can also be opened inside Android projects in the **Tools** » **AVD Manager** menu. +AVDs are managed with the Virtual Device Manager. In the Android Studio welcome screen, the context menu at the top right, then **Virtual Device Manager**. The Virtual Device Manager can also be opened inside Android projects in the **Tools** » **Device Manager** menu. ![AVD Setup](/img/installation/android-studio-avd-setup.png)