\"Android Studio\" shows error message \"Type parameter T has incompatible upper bounds: ViewDataBinding and ActivityChecklistsBinding.
ActivityChecklistsBindin
The binding activity is automatically generated and takes the name from the layout file, not the activity class.
So if you have an activity named BeautifulActivity and the corresponding layout named sweet_layout.xml, then the generated name will be SweetLayoutBinding and not BeautifulActivityBinding.
Don't make my same mistake by confusing between MainActivity and activity_main.xml