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
To get rid of this error just enclose your complete layout design inside a plain layout tag in the activity_main.xml file.
activity_main.xml
After wasting many hours in finding solution this worked for me. Give it a try.