I had two layout files on R.java and I checked it was there on R.java(written on it). But strangely the java class cannot recognize the layout and keep saying that the layout cannot be resolved. I Have Run the project but it keep saying that my project contains error. Is this some kind of bugs?
Share
Check the import section of your java class. Sometimes Eclipse incorrectly imports
android.Rclass instead of one generated in your project.