WARNING: The `android.dexOptions.incremental` property is deprecated and it has no effect on the ...

android studio升级后报的错

Warning:The android.dexOptions.incremental property is deprecated and it has no effect on the build process.

在gradle中将

dexOptions {

javaMaxHeapSize “4g”

incremental true

}

删除就好!

原文:https://blog.csdn.net/dong19900415/article/details/52858034

猜你喜欢

转载自blog.csdn.net/weixin_34014555/article/details/87624835