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

update HOW-TO-BUILD.md #2969

Merged
merged 1 commit into from
Oct 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HOW-TO-BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The environment required to build weex is categorized by platforms.
## Android
* JDK `1.8+`
* Android SDK Platform 28
* `$ANDROID_HOME` must be configured by using `export ANDROID_HOME=/path_to_ndk`
* `$ANDROID_HOME` must be configured by using `export ANDROID_HOME=/path_to_sdk`
* Normally, you should install [Android Studio](https://developer.android.com/studio) to get Android SDK Platform 28 installed.
* Gradle 4.10+
* NDK `r18`
Expand Down