I\'m working on an Android application with databinding but I\'ve always next error:
Error: Package
my.package.databinding
This problem occurs usually if your project does not compile. Android databinding should generate code in the named package, but it can't do that if the project doesn't compile in the first place.
To solve this, bring your project to a point where it compiles. If necessary, turn databinding off for this.