【发布时间】:2020-02-07 07:54:14
【问题描述】:
我查看了this answer 和此站点上的其他人并使用 Google,但我还没有找到适用于此问题的答案。这是最新版本的 KAPT 列出的剩余非增量注释处理器:
Incremental annotation processing requested, but support is disabled because the following processors are not incremental: android.databinding.annotationprocessor.ProcessDataBinding (NON_INCREMENTAL)
请注意,我已迁移到 AndroidX,并且正在使用 AGP 3.4.1(无法升级到 AGP 3.5.x)和 Gradle 5.5。任何帮助将不胜感激。
【问题讨论】:
标签: android android-studio build kapt