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

Commit

Permalink
update HOW-TO-BUILD.md (#2969)
Browse files Browse the repository at this point in the history
Correct Android SDK path.
  • Loading branch information
tomato4832 authored and YorkShen committed Oct 16, 2019
1 parent 6466d70 commit cadd403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOW-TO-BUILD.md
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

0 comments on commit cadd403

Please sign in to comment.