Skip to content

Commit

Permalink
Update recommendations of min Android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 3, 2024
1 parent cfc4ed3 commit 17439b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/guide/guide-android/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ This sample runs the Node.js engine in a background thread to start an HTTP serv

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:

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

### Create an Android Studio Project

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/guide-react-native/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You may need to open your app's `/android` folder in Android Studio, so that it
You can also set the environment variable `ANDROID_NDK_HOME`, as in this example:

```bash
export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk-bundle
export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk/24.0.8215888
```

### Writing the app code
Expand Down

0 comments on commit 17439b3

Please sign in to comment.