I\'m trying to use data-binding with Android.
I can not anymore build my project. I got this error :
\"Error:(13, 46) error: package ch.compan
The bug is not the DataBinding Package, it's a syntactic or logical error. For example, you have the attribute "lastName" in your POJO, but in the layout it's android:text="@{user.lastname}".
android:text="@{user.lastname}"
Check your "layout" and do Rebuild Project.