buildscript {
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
在项目的build.gradle中加入 classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'这句就可以了 ---------------看来应用程序的apt版本和库模块之间存在冲突。感谢的ClassNotFoundException:找不到类“android.databinding.DataBinderMapper” - VoidCC
博客提到在Android项目的build.gradle中加入特定语句,同时指出应用程序的apt版本和库模块存在冲突,还出现找不到类“android.databinding.DataBinderMapper”的问题。
990

被折叠的 条评论
为什么被折叠?



