Skip to content

Commit

Permalink
docs(android): update where to find SDK/AVD managers (#2947)
Browse files Browse the repository at this point in the history
Co-authored-by: rtpHarry <[email protected]>
  • Loading branch information
averyjohnston and rtpHarry authored May 1, 2023
1 parent ea89c02 commit 815edef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developing/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** &raquo; **SDK Manager** menu of the Android Studio welcome screen or **Tools** &raquo; **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** &raquo; **SDK Manager** inside Android projects.

### Configuring Command Line Tools

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

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.
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.

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

Expand Down

1 comment on commit 815edef

@vercel
Copy link

@vercel vercel bot commented on 815edef May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.