I've cleaned the project , Rebuild was done...but of no use.
Then invalidated caches and restarted the project that too didn't helped me.
Then I changed my xml file name - that worked fantastically fine.
So, I would like to share you one thing, please change your xml file name.
For eg: If your xml file is: activity_main.xml and you can't get ActivityMainBinding in its Java class..........then change xml name to main_activity.xml and then use MainActivityBinding in its java class as 'private MainActivityBinding binding;'
This will do most probably.