您的位置:首页 > 产品设计 > UI/UE

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

2016-10-19 11:36 531 查看
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

}

删除就好!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐