While using data binding , I am not able to get class MainActivityBinding as per Data Binding Guide
MainActivityBinding
My layout name is activity_main.xml. I
activity_main.xml
I was facing the same issue,
If your XML name is activity_main.xml than DataBinding class name will be ActivityMainBinding
DataBinding
ActivityMainBinding
If it is correct check if you add below code in your xml file,
/>
if either method is not the issue, try