android studio升级后报的错
Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
在gradle中将
以下内容注释掉,clean 重新编译
dexOptions {
javaMaxHeapSize “4g”
incremental true
}
android studio升级后报的错
Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
在gradle中将
以下内容注释掉,clean 重新编译
dexOptions {
javaMaxHeapSize “4g”
incremental true
}