File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11#Android傻瓜式分包插件
22注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的无私奉献。
44
55##填坑之路
66###坑1:65536 ,So easy!
1010** 解决:**
1111```
1212dependencies {
13- compile 'com.android.support:MultiDex:1.0.2 '
13+ compile 'com.android.support:MultiDex:1.0.1 '
1414}
1515```
1616继承 Application ,重写 attachBaseContext(Context)
@@ -111,9 +111,14 @@ afterEvaluate {
111111```
112112buildscript {
113113 dependencies {
114- classpath 'com.library.tangxiaolv:dexknife-plus:1.0.1 '
114+ classpath 'com.library.tangxiaolv:dexknife-plus:1.0.3 '
115115 }
116116}
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
117122```
118123** 第二步:在你的App模块的build.gradle添加插件**
119124```
You can’t perform that action at this time.
0 commit comments