Home > Software design >  <variable name='bookmark' type='BookmarkBeans'> is not defined consistentl
<variable name='bookmark' type='BookmarkBeans'> is not defined consistentl

Time:01-20

i have faced above issue in Android Studio this error belongs to Databinding.

i have many times cache invalidate and delete .gradle file and build but this issue not fixed yet.

CodePudding user response:

I already faced this Error ( consistently on alternative layouts ) and solved in two steps

  1. Invalidiate Cache
  2. Restarting Computer. ---(this step is important)---
  • Related