You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/07/04 10:53:22 UTC

[incubator-weex] branch release/0.26 updated: Update to ndk 18

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch release/0.26
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.26 by this push:
     new b03e65f  Update to ndk 18
b03e65f is described below

commit b03e65fa6dcdb3232c276a1646f0051f9027013e
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Jul 4 18:53:08 2019 +0800

    Update to ndk 18
---
 HOW-TO-BUILD.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/HOW-TO-BUILD.md b/HOW-TO-BUILD.md
index 58fd017..565a3f1 100644
--- a/HOW-TO-BUILD.md
+++ b/HOW-TO-BUILD.md
@@ -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.
 
@@ -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
 	```