Cannot resolve symbol 'ResultProfileBinding' Cannot resolve symbol 'ResultProfileBinding' android android

Cannot resolve symbol 'ResultProfileBinding'


It's based from your layout file name. If your layout's filename is activity_language.xml then your binding class would be ActivityLanguageBinding.


I had the same issue with Fragment layout file:fragment_xyz.xml

The auto complete will do the rest for start typing XyzFragmentBinding...