android studio升级或导入moudle后报的错
Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
在gradle中将
dexOptions {
javaMaxHeapSize “4g”
incremental true
}
删除就好 incremental true
Warning:The `android.dexOptions.incremental` property is deprecated and it has no effect onthe build
最新推荐文章于 2025-05-04 06:00:00 发布