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
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 14, 2019
1 parent d17bd0b commit b33c4ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 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_ndk`
* 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 Expand Up @@ -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).
Expand Down

0 comments on commit b33c4ea

Please sign in to comment.