WARNING: DSL element 'DexOptions.incremental'

WARNING: DSL element 'DexOptions.incremental'java

編譯報錯:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
android.dexOptions.incremental屬性已被棄用,它對構建過程沒有影響。android

處理方法:app的build.gradle修改app

    dexOptions {
            incremental true //這個去掉
            javaMaxHeapSize "4g"
        }gradle

相關文章
相關標籤/搜索