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

Commit b33c4ea

Browse files
authored
Update HOW-TO-BUILD.md
1 parent d17bd0b commit b33c4ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

HOW-TO-BUILD.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The environment required to build weex is categorized by platforms.
1515
## Android
1616
* JDK `1.8+`
1717
* Android SDK Platform 28
18-
* `$ANDROID_HOME` must be configured by using `export ANDROID_HOME=/path_to_ndk`
18+
* `ANDROID_HOME` must be configured by using `export ANDROID_HOME=/path_to_ndk`
1919
* Normally, you should install [Android Studio](https://developer.android.com/studio) to get Android SDK Platform 28 installed.
2020
* Gradle 4.10+
2121
* NDK `r18`
@@ -57,8 +57,11 @@ Build the javascript libraries:
5757
5858
### Before build Native SDK
5959
Move `min` version to Native SDK folder, which will be used by native SDK build.
60-
> `cp packages/weex-js-framework/index.min.js ios/sdk/WeexSDK/Resources/main.js`
61-
> `cp packages/weex-js-framework/index.min.js android/sdk/assets/main.js`
60+
61+
```
62+
cp packages/weex-js-framework/index.min.js ios/sdk/WeexSDK/Resources/main.js
63+
cp packages/weex-js-framework/index.min.js android/sdk/assets/main.js
64+
```
6265

6366
## Build Android SDK
6467
1. Install the [Android environment](#android).

0 commit comments

Comments
 (0)