This is an automated email from the ASF dual-hosted git repository.
kyork pushed a commit to branch release/0.28
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git
The following commit(s) were added to refs/heads/release/0.28 by this push:
new b33c4ea Update HOW-TO-BUILD.md
b33c4ea is described below
commit b33c4ea0ea2d3975d20d06ae2f0e04266fba1cbb
Author: YorkShen <[email protected]>
AuthorDate: Mon Oct 14 19:20:40 2019 +0800
Update HOW-TO-BUILD.md
---
HOW-TO-BUILD.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/HOW-TO-BUILD.md b/HOW-TO-BUILD.md
index 2e80002..579712a 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_ndk`
* Normally, you should install [Android
Studio](https://developer.android.com/studio) to get Android SDK Platform 28
installed.
* Gradle 4.10+
* NDK `r18`
@@ -57,8 +57,11 @@ Build the javascript libraries:
### Before build Native SDK
Move `min` version to Native SDK folder, which will be used by native SDK
build.
-> `cp packages/weex-js-framework/index.min.js
ios/sdk/WeexSDK/Resources/main.js`
-> `cp packages/weex-js-framework/index.min.js android/sdk/assets/main.js`
+
+```
+cp packages/weex-js-framework/index.min.js ios/sdk/WeexSDK/Resources/main.js
+cp packages/weex-js-framework/index.min.js android/sdk/assets/main.js
+```
## Build Android SDK
1. Install the [Android environment](#android).