This repository was archived by the owner on Jun 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The environment required to build weex is categorized by platforms.
15
15
## Android
16
16
* JDK ` 1.8+ `
17
17
* 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 `
19
19
* Normally, you should install [ Android Studio] ( https://developer.android.com/studio ) to get Android SDK Platform 28 installed.
20
20
* Gradle 4.10+
21
21
* NDK ` r18 `
@@ -57,8 +57,11 @@ Build the javascript libraries:
57
57
58
58
### Before build Native SDK
59
59
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
+ ```
62
65
63
66
## Build Android SDK
64
67
1 . Install the [ Android environment] ( #android ) .
You can’t perform that action at this time.
0 commit comments