美文网首页
android.dexOptions.incremental属性

android.dexOptions.incremental属性

作者: gu_jingli | 来源:发表于2018-04-08 10:02 被阅读0次

编译报错:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.
android.dexOptions.incremental属性已被弃用,它对构建过程没有影响。

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

dexOptions {
        incremental true //这个去掉
        javaMaxHeapSize "4g"
    }

相关文章

网友评论

      本文标题:android.dexOptions.incremental属性

      本文链接:https://www.haomeiwen.com/subject/llkphftx.html