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

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


The following commit(s) were added to refs/heads/master by this push:
     new cadd403  update HOW-TO-BUILD.md (#2969)
cadd403 is described below

commit cadd403fc884d81ec4688a691dff90986871ed09
Author: tomato4832 <[email protected]>
AuthorDate: Wed Oct 16 23:44:51 2019 +0800

    update HOW-TO-BUILD.md (#2969)
    
    Correct Android SDK path.
---
 HOW-TO-BUILD.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HOW-TO-BUILD.md b/HOW-TO-BUILD.md
index 2e80002..26e36e9 100644
--- a/HOW-TO-BUILD.md
+++ b/HOW-TO-BUILD.md
@@ -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`

Reply via email to