Can't find R.Java

Hi everyone,

I can not find R.java in my android app. Thus when I call R.id or R.string anything, I generate an error. I tried to rebuild and run clean, however, it has not worked. I would love it if someone can help me figure out the error.

Any time you are unable to use the R class, it means that the build tools were unable to generate that class. This is usually because of an error in one of your XML files. Do you see any build errors when you try to run the app? Any logs you can post?

I have faced the same problem many times untill and unless u wont remove errors from ur xml file or any java file.Then clean uo ur project.Cleaning of project wont work in case there is errors,plz check for the same

Ethan Stark