Android Studio升级到3.1.4后打开旧项目警告:The `android.dexOptions.incremental` property is deprecated and it ha
Posted HaiyuKing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio升级到3.1.4后打开旧项目警告:The `android.dexOptions.incremental` property is deprecated and it ha相关的知识,希望对你有一定的参考价值。
现象截图
问题原因&解决方案
在build.gralde中,对android开发过程中突破的方法数的限制,做了如下解决配置:
dexOptions {
incremental true
javaMaxHeapSize "8g"
}
这个配置在Android Studio之前的版本中是默认关闭的,现在android studio在不断优化,更新之后貌似不需要再特意配置了,直接删除即可。
备注:当然了,这个只是警告,不影响运行。所以也可以不用管。
参考资料
Android studio更新后出现警告:Warning:The `android.dexOptions.incremental` property is deprecated and it has
以上是关于Android Studio升级到3.1.4后打开旧项目警告:The `android.dexOptions.incremental` property is deprecated and it ha的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio升级到0.8.1后怎样设置字体大小?
Android Studio 升级后 中文文件、Git提交记录乱码解决方案
Android studio 升级4.2后ButterKnife无效