From 5038bfa15c010c51592b06ca446388a065e29b80 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Thu, 12 Aug 2021 10:13:26 +0100 Subject: [PATCH] docs(android): update menu wording --- 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 48397614ae6..9337c7a1f38 100644 --- a/docs/developing/android.md +++ b/docs/developing/android.md @@ -31,7 +31,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 in the **More Actions** » **SDK Manager** menu of the Android Studio welcome screen or **Tools** » **SDK Manager** inside Android projects. ### Configuring Command Line Tools @@ -64,7 +64,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 AVD Manager. In the Android Studio welcome screen, click **More Actions** » **AVD Manager**. The AVD Manager can also be opened inside Android projects in the **Tools** » **AVD Manager** menu. ![AVD Setup](/img/installation/android-studio-avd-setup.png)