I have upgraded my android studio 3.6.
After updating the android studio data-binding class not generated.
Project Gradle and Version Info :
buildToolsVersion "29.0.3"
classpath 'com.android.tools.build:gradle:3.6.0'
distributionUrl=https://services.gradle.org/distributions/gradle-5.6 .4-all.zip
Below are the references for understand issue,
implement data-binding in layout file
Not generate data-binding class
it is data-binding package class
I had already performed below action,
- Invalidate caches and restart
- Remove the build folder and re-build project
- Remove generated stub {true}
Now, I downgrade android studio to 3.5 my project is good working with databiding. But, not work in android studio 3.6