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

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

2017-07-14 15:10 861 查看


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

分类:Android

 (5309)  (0)

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 



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