If you are getting such kind of error in one of your Java Classes in your Android Project folder, then it is because you might have had a class with the same name but having different case, to resolve this issue,
- Go to Window -> Show view -> Navigator
- Now you should be able to see the classes folder in your Project Navigator view at the left.
- Just delete the classes folder.
- Do a Clean + Build.
- The error must go
- You may also try to delete the gen folder, but that didn't work for me.
This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!