Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# CrosswalkDemo
A simple project showing how to embed Crosswalk into an Android application.

You can run the project in Android Studio or create an APK with the following command:
1、首先确认本机已安装Android sdk

2、在项目根目录下创建local.properties文件,在文件中输入sdk的路径,例如:
```
sdk.dir = /Users/chenzhipei/Library/Android/sdk/
```

3、通过以下命令打包成apk:

`./gradlew assembleRelease`

or

`./gradlew assembleDebug

More details here: [https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/](https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/)
More details here: [https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/](https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/)