1. 程式人生 > >Warning:The `android.dexOptions.incremental` property is deprecated and it has no effect onthe build

Warning:The `android.dexOptions.incremental` property is deprecated and it has no effect onthe build

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