You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-from-source.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Assuming you have the Android SDK installed, run `android` to open the Android S
13
13
14
14
Make sure you have the following installed:
15
15
16
-
1. Android SDK version 26 (compileSdkVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
17
-
2. SDK build tools version 26.0.3 (buildToolsVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
18
-
3. Android Support Repository >= 26 (for Android Support Library)
16
+
1. Android SDK version 28 (compileSdkVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
17
+
2. SDK build tools version 28.0.3 (buildToolsVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
18
+
3. Android Support Repository >= 28 (for Android Support Library)
19
19
4. Android NDK (download links and installation instructions below)
Copy file name to clipboardExpand all lines: docs/getting-started.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ Once setup has finalized and you're presented with the Welcome screen, proceed t
328
328
329
329
#### 2. Install the Android SDK
330
330
331
-
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the `Android 8.1 (Oreo)` SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.
331
+
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the `Android 9 (Pie)` SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.
332
332
333
333
The SDK Manager can be accessed from the "Welcome to Android Studio" screen. Click on "Configure", then select "SDK Manager".
334
334
@@ -344,12 +344,12 @@ The SDK Manager can be accessed from the "Welcome to Android Studio" screen. Cli
344
344
345
345
> The SDK Manager can also be found within the Android Studio "Preferences" dialog, under **Appearance & Behavior** → **System Settings** → **Android SDK**.
346
346
347
-
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 8.1 (Oreo)` entry, then make sure the following items are checked:
347
+
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 9 (Pie)` entry, then make sure the following items are checked:
348
348
349
-
*`Android SDK Platform 27`
349
+
*`Android SDK Platform 28`
350
350
*`Intel x86 Atom_64 System Image` or `Google APIs Intel x86 Atom System Image`
351
351
352
-
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 `27.0.3` is selected.
352
+
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 `28.0.3` is selected.
353
353
354
354
Finally, click "Apply" to download and install the Android SDK and related build tools.
355
355
@@ -465,7 +465,7 @@ If you use Android Studio to open `./AwesomeProject/android`, you can see the li
465
465
466
466

467
467
468
-
If you have just installed Android Studio, you will likely need to [create a new AVD](https://developer.android.com/studio/run/managing-avds.html). Select "Create Virtual Device...", then pick any Phone from the list and click "Next", then select the **Oreo** API Level 27 image.
468
+
If you have just installed Android Studio, you will likely need to [create a new AVD](https://developer.android.com/studio/run/managing-avds.html). Select "Create Virtual Device...", then pick any Phone from the list and click "Next", then select the **Pie** API Level 28 image.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.5/building-from-source.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Assuming you have the Android SDK installed, run `android` to open the Android S
14
14
15
15
Make sure you have the following installed:
16
16
17
-
1. Android SDK version 26 (compileSdkVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
18
-
2. SDK build tools version 26.0.3 (buildToolsVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
19
-
3. Android Support Repository >= 26 (for Android Support Library)
17
+
1. Android SDK version 28 (compileSdkVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
18
+
2. SDK build tools version 28.0.3 (buildToolsVersion in [`build.gradle`](https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle))
19
+
3. Android Support Repository 28 (for Android Support Library)
20
20
4. Android NDK (download links and installation instructions below)
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.5/getting-started.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ Once setup has finalized and you're presented with the Welcome screen, proceed t
329
329
330
330
#### 2. Install the Android SDK
331
331
332
-
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the `Android 8.1 (Oreo)` SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.
332
+
Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the `Android 9 (Pie)` SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.
333
333
334
334
The SDK Manager can be accessed from the "Welcome to Android Studio" screen. Click on "Configure", then select "SDK Manager".
335
335
@@ -345,12 +345,12 @@ The SDK Manager can be accessed from the "Welcome to Android Studio" screen. Cli
345
345
346
346
> The SDK Manager can also be found within the Android Studio "Preferences" dialog, under **Appearance & Behavior** → **System Settings** → **Android SDK**.
347
347
348
-
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 8.1 (Oreo)` entry, then make sure the following items are checked:
348
+
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 9 (Pie)` entry, then make sure the following items are checked:
349
349
350
-
*`Android SDK Platform 27`
350
+
*`Android SDK Platform 28`
351
351
*`Intel x86 Atom_64 System Image` or `Google APIs Intel x86 Atom System Image`
352
352
353
-
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 `27.0.3` is selected.
353
+
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 `28.0.3` is selected.
354
354
355
355
Finally, click "Apply" to download and install the Android SDK and related build tools.
356
356
@@ -466,7 +466,7 @@ If you use Android Studio to open `./AwesomeProject/android`, you can see the li
466
466
467
467

468
468
469
-
If you have just installed Android Studio, you will likely need to [create a new AVD](https://developer.android.com/studio/run/managing-avds.html). Select "Create Virtual Device...", then pick any Phone from the list and click "Next", then select the **Oreo** API Level 27 image.
469
+
If you have just installed Android Studio, you will likely need to [create a new AVD](https://developer.android.com/studio/run/managing-avds.html). Select "Create Virtual Device...", then pick any Phone from the list and click "Next", then select the **Pie** API Level 28 image.
0 commit comments