I'm working on an Android app in Eclipse. After making certain changes to one of my Activity classes layouts and cleaning/rebuilding the code at first I get an "error executing aapt return code 1" error, after which the R class does not get generated in the gen/ folder.
While searching for answers online I found out that some users experienced xml errors resulting in project corruption and inability of generating the R class. I compared my project folder before and after the modification, using an autocompare tool, and all of the xml files (and all the other files) are identical. The only difference is that there are some files generated in the bin/ folder in the 'before' instance that don't exist in the 'after' instance. Anyone know how to fix this?