android.dexOptions.incremental property is deprecated

前端 未结 3 1095
既然无缘
既然无缘 2020-12-03 12:58

When trying to run gradle build, I get following warning in Android Studio 2.2 :

Warning:The android.dexOptions.incremental property is deprecat

3条回答
  •  伪装坚强ぢ
    2020-12-03 13:40

    By default incremental is turned on Java compilation in 2.1.0-rc1 (2016/4/22) or later. So its redundant to declare it in build.gradle file.

提交回复
热议问题