diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 6826045a7..4e7a00cf2 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -198,11 +198,11 @@ Click "Next" to install all of these components, then [configure VM acceleration #### 3. Install the Android 6.0 (Marshmallow) SDK -Android Studio installs the most recent Android SDK by default. React Native, however, requires the `Android 6.0 (Marshmallow)` SDK. To install it, launch the SDK Manager, click on "Configure" in the "Welcome to Android Studio" screen. +Android Studio installs the most recent Android SDK by default. React Native, however, requires the `Android 6.0 (Marshmallow)` SDK. To install it, launch the SDK Manager, click on "Configure" > "SDK Manager" in the "Welcome to Android Studio" screen. > The SDK Manager can also be found within the Android Studio "Preferences" menu, under **Appearance & Behavior** → **System Settings** → **Android SDK**. -Select "SDK Platforms" from within the SDK Manager, then check the box next to "Show Package Details". Look for and expand the `Android 6.0 (Marshmallow)` entry, then make sure the following items are all checked: +Select the "SDK Platforms" tab from within the SDK Manager, then check the box next to "Show Package Details" in the bottom right corner. Look for and expand the `Android 6.0 (Marshmallow)` entry, then make sure the following items are all checked: - `Google APIs` - `Android SDK Platform 23` @@ -210,7 +210,7 @@ Select "SDK Platforms" from within the SDK Manager, then check the box next to " - `Intel x86 Atom_64 System Image` - `Google APIs Intel x86 Atom_64 System Image` -Next, select "SDK Tools" and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build Tools" entry, then make sure that `Android SDK Build-Tools 23.0.1` is selected. +Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build Tools" entry, then make sure that `Android SDK Build-Tools 23.0.1` is selected. Finally, click "Apply" to download and install the Android SDK and related build tools.