“PreDexLibraries true 可能导致 Android 5.x 多 Dex 时运行崩溃”的版本间差异

来自Silica Library | 間奏時光
跳到导航 跳到搜索
(创建页面,内容为“Category:Android 2019-11-26 20:17 == 报错 == File:PreDexLibraries true.png == 解决方案 == <pre> android { dexOptions { preDexLibraries fa…”)
 
(没有差异)

2019年11月26日 (二) 12:21的最新版本

2019-11-26 20:17

报错

PreDexLibraries true.png

解决方案

android {
    dexOptions {
        preDexLibraries false
    }
}