Listener Binding; Cannot Find the Setter

前端 未结 9 2132
梦如初夏
梦如初夏 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 11:05

    As suggested by all other fellow brothers, yes the error resolves after deleting .idea, .gradle and gradle folders.

    (this is just for someone curious why this happens, below is my usecase): i think this problem caused in my project because of i added one rxRecycleViewDataBinding custom library lately which might caused some binding errors by mixing binding references.

提交回复
热议问题