Updated the Android Setup with correct SDK package to install.

Summary:The "Android Support Library" package is now named "Local Maven repository for Support Libraries", so this updates the docs and screenshot accordingly.

Closes https://github.com/facebook/react-native/pull/6185

Reviewed By: mkonicek

Differential Revision:D3017638
Ninja: oss only (rn website)

Pulled By: mkonicek

fb-gh-sync-id: 3559a9f09930e7606af7912e7aaee3c4215c1b03
shipit-source-id: 3559a9f09930e7606af7912e7aaee3c4215c1b03
This commit is contained in:
Dan Horrigan 2016-03-06 17:27:49 -08:00 committed by Facebook Github Bot 1
parent 025281230d
commit d0356fbe9f
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ React Native Android use [gradle](https://docs.gradle.org) as a build system. We
1. Open the Android SDK Manager (**on Mac** start a new shell and run `android`); in the window that appears make sure you check: 1. Open the Android SDK Manager (**on Mac** start a new shell and run `android`); in the window that appears make sure you check:
* Android SDK Build-tools version 23.0.**1** * Android SDK Build-tools version 23.0.**1**
* Android 6.0 (API 23) * Android 6.0 (API 23)
* Android Support Repository * Local Maven repository for Support Libraries (this is called Android Support Repository in older versions)
2. Click "Install Packages" 2. Click "Install Packages"
![SDK Manager window](img/AndroidSDK1.png) ![SDK Manager window](img/AndroidSDK2.png) ![SDK Manager window](img/AndroidSDK1.png) ![SDK Manager window](img/AndroidSDK2.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 266 KiB