編譯報錯:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
android.dexOptions.incremental屬性已被棄用,它對構(gòu)建過程沒有影響。
處理方法:app的build.gradle修改
dexOptions {
incremental true //這個去掉
javaMaxHeapSize "4g"
}