android databinding 数据绑定错误 错误:任务':app:compileDebugJavaWithJavac' 的执行失败

今天到公司照常打开项目,突然运行不了显示databinding错误

Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > android.databinding.tool.util.LoggedErrorException: Found data binding errors.   ****/ data binding error ****msg:Cannot find the setter for attribute 'android:onClick' with parameter type lambda on android.widget.LinearLayout.   file:E:\------\----\xxxx\app\src\main\res\layout\experience_item.xml   loc:22:27 - 22:87   ****\ data binding error ****

重启As和clean项目都不行,最后上git上搜索的出,

面对这个问题,所以我的解决方案是改为项目视图 - >删除.Gradle和.idea文件夹 - >重建项目 - >完成     解决。。。。。。。。。

参考网址



你可能感兴趣的:(android databinding 数据绑定错误 错误:任务':app:compileDebugJavaWithJavac' 的执行失败)