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
The Binding class name seems to be wrong. Can you try changing it from ActivityClassApplicationMyClass1Binding to ActivityClassApplicationMyclass1Binding
ActivityClassApplicationMyClass1Binding
ActivityClassApplicationMyclass1Binding