Skip to content

Commit 815edef

Browse files
docs(android): update where to find SDK/AVD managers (#2947)
Co-authored-by: rtpHarry <[email protected]>
1 parent ea89c02 commit 815edef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developing/android.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default, the latest stable SDK Platform is installed, which includes a collec
3838
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.
3939
![Android Studio SDK Manager](/img/installation/android-studio-sdk.png)
4040

41-
For future reference, the Android SDK can be managed with Android Studio in the **Configure** &raquo; **SDK Manager** menu of the Android Studio welcome screen or **Tools** &raquo; **SDK Manager** inside Android projects.
41+
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** &raquo; **SDK Manager** inside Android projects.
4242

4343
### Configuring Command Line Tools
4444

@@ -79,7 +79,7 @@ In `~/.bashrc`, `~/.bash_profile`, or similar shell startup scripts, make the fo
7979

8080
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 <a href="https://developer.android.com/studio/run/managing-avds" target="_blank">the Android documentation</a>.
8181

82-
AVDs are managed with the AVD Manager. In the Android Studio welcome screen, click **Configure** &raquo; **AVD Manager**. The AVD Manager can also be opened inside Android projects in the **Tools** &raquo; **AVD Manager** menu.
82+
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** &raquo; **Device Manager** menu.
8383

8484
![AVD Setup](/img/installation/android-studio-avd-setup.png)
8585

0 commit comments

Comments
 (0)