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)