File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
#Android傻瓜式分包插件
2
2
注1:不想看前半部分的话可以直接跳过到最下面配置部分。
3
- 注2:本插件是基于[ DexKnifePlugin 1.5.9 ] ( https://github.com/ceabie/DexKnifePlugin ) 优化改造而来,感谢ceabie的无私奉献。
3
+ 注2:本插件是基于[ DexKnifePlugin 1.6.0 ] ( https://github.com/ceabie/DexKnifePlugin ) 优化改造而来,感谢ceabie的无私奉献。
4
4
5
5
##填坑之路
6
6
###坑1:65536 ,So easy!
10
10
** 解决:**
11
11
```
12
12
dependencies {
13
- compile 'com.android.support:MultiDex:1.0.2 '
13
+ compile 'com.android.support:MultiDex:1.0.1 '
14
14
}
15
15
```
16
16
继承 Application ,重写 attachBaseContext(Context)
@@ -111,9 +111,14 @@ afterEvaluate {
111
111
```
112
112
buildscript {
113
113
dependencies {
114
- classpath 'com.library.tangxiaolv:dexknife-plus:1.0.1 '
114
+ classpath 'com.library.tangxiaolv:dexknife-plus:1.0.3 '
115
115
}
116
116
}
117
+
118
+ Notes:Version Mappting
119
+ 1.0.3 -> DexKnifePlugin 1.6.0
120
+ 1.0.2 -> DexKnifePlugin 1.5.9
121
+ 1.0.1 -> DexKnifePlugin 1.5.6
117
122
```
118
123
** 第二步:在你的App模块的build.gradle添加插件**
119
124
```
You can’t perform that action at this time.
0 commit comments