Skip to content

Commit 17439b3

Browse files
committed
Update recommendations of min Android versions
1 parent cfc4ed3 commit 17439b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guide/guide-android/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This sample runs the Node.js engine in a background thread to start an HTTP serv
1919

2020
When you build your project, Gradle will automatically try to detect any missing dependencies and prompt you to install them from within the Android Studio event log. Here's the list of pre-requisites in case you want to download them from the SDK Manager:
2121

22-
- API Level greater or equal to `Marshmallow` (API Level 23)
22+
- API Level greater or equal to Android 7.0 (API Level 24)
2323
- CMake
24-
- Android SDK Platform-Tools greater or equal to `Marshmallow` (API Level 23)
25-
- Android SDK Build-Tools greater or equal to `Marshmallow` (API Level 23)
26-
- NDK version 15 or greater
24+
- Android SDK Platform-Tools greater or equal to Android 7.0 (API Level 24)
25+
- Android SDK Build-Tools greater or equal to Android 7.0 (API Level 24)
26+
- NDK version r24 or greater
2727

2828
### Create an Android Studio Project
2929

docs/guide/guide-react-native/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You may need to open your app's `/android` folder in Android Studio, so that it
3232
You can also set the environment variable `ANDROID_NDK_HOME`, as in this example:
3333

3434
```bash
35-
export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk-bundle
35+
export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk/24.0.8215888
3636
```
3737

3838
### Writing the app code

0 commit comments

Comments
 (0)