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

Commit

Permalink
Update weex android build env (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin726 authored and YorkShen committed Jun 20, 2019
1 parent beede02 commit bef6f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOW-TO-BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The environment required to build weex is:
* JDK 1.6+
* Android SDK(`$ANDROID_HOME` must be set properly)
* Gradle 2.0+
* NDK 16 and ndk 13 (**Both of them are needed**)
* NDK r18 and ndk 13 (**Both of them are needed**)
* [Ninja 1.8.2+](https://ninja-build.org/)
* CMake 3.9.0+
* iOS SDK:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Please ***INSTALL [Git for Windows](https://git-scm.com/download/win)*** and run
* `npm install`, install project
* `./start`
* Install [Android Environment](http://developer.android.com/training/basics/firstapp/index.html)
* Install [NDK](https://developer.android.com/ndk/) r16
* Install [NDK](https://developer.android.com/ndk/) r18
* Install [Cmake](https://cmake.org/download/) 3.9.0+
* Run playground, In Android Studio
* Open `android/playground`
Expand Down

0 comments on commit bef6f8c

Please sign in to comment.