All of sudden I start getting this error, and I am not getting idea why if anyone just let me know where this error is, will be enough helpful. As much I am able to get is t
In My Case: Issue resolved
Steps:
android:text="@{viewModel.simName}"
binding.viewModel = viewModel
Clean project and recompile.
Add viewModel variable - In XML & Build project.
< variable
name="viewModel"
type="com.xx.AppViewModel" / >
binding.viewModel = viewModel
android:text="@{viewModel.simName}"
-- I hope it will work for you also.