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 had the same problem after changing the package name of my source, after I tried a lot of things (including mentioned here), I solved the problem by importing the databinding class manually:
import com.domain.my.databinding.MyActivityBinding;