After I added some .png files into my Project Workspace drawable folder I refreshed my drawable folders in Eclipse and the newly added files showed up. But when I tried to a
All my R.*
files stopped working after I did a Project->clean
in Eclipse. The issue was that I backed up a XML
file attached to one of my activities in the layout directory. This causes errors in every activity of my project.
After deleting the file I still had R
errors in one of my Activities
and it only was resolved after I tried importing different files and then deleting them. I actually made no change to the previous imports but for some reason deleting them all and re-pasting them fixed it.