android - Why has my R.java vanished, and how can I get it back -


I am creating an Android app in Eclipse, and I want to rename the app's package under "src" Decidedly, right-click the package and choose "Refactor" and then "Rename" I did the same for the package under "Gene" I followed the package name in the Android Manifest.xml. Although now I can not solve "R for one variable" error under "normal" in my package there is no RJAV file, only "BuildConfig.Java".

I have tried to clean up and rebuild the project after removing the "normal" folder. I do not have any "Android. R" statement from my class, and Eclipse says there is no error in my xml files All my XML and image files have been named in all lowercase, in which no special characters is not. I have tried to resume the eclipse several times.

How can I fix this problem and get R Java back to work on my code again? Thank you.

Usually this happens when there is an error in XML files, project-> clean eclipses In my limited experience, if RJAJA is not automatically making it, then there is an error in your XML.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -