I\'m getting this error in android after updating the android studio from 3.0 to 3.1 and Gradle from 3.1 to 4.4.
How can I fix it?
It\'s working properly wit
Its because of you class name or package name which use databinding. These class( which use databinding) have to start with capital word and packages start with lowercase.