Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find ActivityMainBinding #6

Closed
ttojiyev opened this issue Jul 17, 2021 · 5 comments
Closed

Cannot find ActivityMainBinding #6

ttojiyev opened this issue Jul 17, 2021 · 5 comments

Comments

@ttojiyev
Copy link

image

Cannot find this ActivityMainBinding or it's package. Could you help me

@velmurugan-murugesan
Copy link
Owner

you need to enable viewBinding in gradle file to auto-generate this

@Rahul-kumar1997
Copy link

Rahul-kumar1997 commented Aug 6, 2021

Cannot find this AdapterMovieBinding. Could you help me

Screenshot 2021-08-06 at 11 07 24 AM

@velmurugan-murugesan
Copy link
Owner

AdapterMovieBinding is the auto-generated file for the adapter_movie.xml. you need to enable viewBinding in your gradle file. please check https://developer.android.com/topic/libraries/view-binding

@Rahul-kumar1997
Copy link

i already enable
Screenshot 2021-08-06 at 11 35 24 AM

@velmurugan-murugesan
Copy link
Owner

Try to rebuild the project. It's an auto-generated class. make sure that no error on the layout file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants