[go: nahoru, domu]

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

Commit

Permalink
Update to ndk 18
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jul 4, 2019
1 parent ebb943a commit b03e65f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HOW-TO-BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This article was tested in MacOSX system.
This script will build Android and iOS SDKs:
> `$ bash scripts/build_from_source.sh $NDK18_dir`
The `$NDK18_dir` and `$NDK16_dir` should be the directory of NDK 18, otherwise the Android build would failed.
The `$NDK18_dir` should be the directory of NDK 18, otherwise the Android build would failed.

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.

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

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

```
ndk.dir=/Users/{user}/Library/Android/sdk/ndk-bundle-r16
ndk.dir=/Users/{user}/Library/Android/sdk/ndk-bundle-r18
sdk.dir=/Users/{user}/Library/Android/sdk
```

Expand Down

0 comments on commit b03e65f

Please sign in to comment.