-
Notifications
You must be signed in to change notification settings - Fork 658
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
Comments
you need to enable viewBinding in gradle file to auto-generate this |
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 |
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
Cannot find this ActivityMainBinding or it's package. Could you help me
The text was updated successfully, but these errors were encountered: