Listener Binding; Cannot Find the Setter

前端 未结 9 2102
梦如初夏
梦如初夏 2020-12-16 10:18

I am trying to implement listener bindings, but when I run my code I get the following error:

Caused by: android.databinding.tool.util.LoggedErrorException: F         


        
9条回答
  •  爱一瞬间的悲伤
    2020-12-16 10:59

    I just had that issue and I have managed to solve it by deleting .idea, .gradle and gradle folders and let Android Studio recreate whole project from scratch from gradle files.

提交回复
热议问题