Commit a58ed125 authored by Xinghaoxiang's avatar Xinghaoxiang

完成weex插件

parent e467b7b7
......@@ -25,6 +25,8 @@
- 添加依赖webfile
- 把sample模块中的 weex包下的文件复制到自己工程下的位置。
- setting.gradle 中增加 include ':webfile'
- android 下的app/build.gradle dependencies方法内添加 compile project(path: ':webfile')
- 将下面代码放到WXApplication中onCreate方法内
```
try {
......
include ':sample', ':webfile'
include ':sample'
include ':webfile'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment