Listener Binding; Cannot Find the Setter

前端 未结 9 2087
梦如初夏
梦如初夏 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:57

    1. Delete .gradle folder.
    2. Run the project.
    3. Clean the project.
    4. Run the project.

    Work for me. If the order mix or miss , its not working for me.

提交回复
热议问题