Update "Getting Started" to match latest Android Studio

Summary:
The "Configure" menu includes a dropdown:

<img width="221" alt="screen shot 2017-02-13 at 20 43 57" src="https://cloud.githubusercontent.com/assets/810438/22902608/8bb2ddf4-f22d-11e6-9d02-da498e06dfed.png">

I also clarified the UI role of labels (a tab and a checkbox) because I didn't notice them at first.
Closes https://github.com/facebook/react-native/pull/12365

Differential Revision: D4570633

Pulled By: hramos

fbshipit-source-id: 00fdf8fb9f933a37de76deed6dedfb8dfa4f15a0
This commit is contained in:
Dan Abramov 2017-02-15 19:45:57 -08:00 committed by Facebook Github Bot
parent 26304dacf1
commit 3135a639e6
1 changed files with 3 additions and 3 deletions

View File

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