美文网首页
The `android.dexOptions.incremen

The `android.dexOptions.incremen

作者: 花花是男神 | 来源:发表于2018-05-21 15:44 被阅读0次

    Android Studio 升级到3.1之后,项目编译报The `android.dexOptions.incremental` property is deprecated and it has no effect on the build proces这个错误。

解决办法:

    删除Gradle里面的以下代码

            dexOptions {

                    incremental    true

                    javaMaxHeapSize    "4g"

            }

相关文章

网友评论

      本文标题:The `android.dexOptions.incremen

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