Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit b03e65f

Browse files
committed
Update to ndk 18
1 parent ebb943a commit b03e65f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HOW-TO-BUILD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This article was tested in MacOSX system.
3232
This script will build Android and iOS SDKs:
3333
> `$ bash scripts/build_from_source.sh $NDK18_dir`
3434
35-
The `$NDK18_dir` and `$NDK16_dir` should be the directory of NDK 18, otherwise the Android build would failed.
35+
The `$NDK18_dir` should be the directory of NDK 18, otherwise the Android build would failed.
3636

3737
This may take a while. After that, you can look in `dist/`, `android/sdk/build/output/` and `ios/sdk/Products` for Web/Android/iOS SDK artifacts.
3838

@@ -61,11 +61,11 @@ Move `min` version to Native SDK folder, which will be used by native SDK build.
6161
check env
6262

6363
- you have gradle installed, see more details about 'how to install gradle' on the [gradle website](https://gradle.org/install).
64-
- NDK r16 [link](https://developer.android.com/ndk/)
64+
- [NDK r18](https://developer.android.com/ndk/downloads/older_releases.html)
6565
- edit local.propteries (in `Android` dir)
6666

6767
```
68-
ndk.dir=/Users/{user}/Library/Android/sdk/ndk-bundle-r16
68+
ndk.dir=/Users/{user}/Library/Android/sdk/ndk-bundle-r18
6969
sdk.dir=/Users/{user}/Library/Android/sdk
7070
```
7171

0 commit comments

Comments
 (0)