I'm struggling a little with just what's going on with this... - XP - Eclipse 3.5 - Sun JRE - java.runtime.version=1.6.0_18-b07
Basically I've not been doing anything too exciting or ambitious but a few of my projects throw the somewhat mysterious "Unparsed aapt error(s)! Check the console for output." error. So I dutifully check the console and see no errors. I even clear the console and try running it, nothing. So I Google and I discover I should delete R.java, which I do and the console now says "R.java was removed! Recreating R.java!" which makes sense. And I try to run again and get told I can't due to this bizarre aapt error that is lurking somewhere. I may be way off track here but my theory is that this is basically a cached error. I know that I had various errors thrown up due to my creating empty xml files and the like, which did throw errors, but I've fixed them. The entire project appears error free apart from this packaging error which tells me to check the empty console, trying the fix everyone seems to suggest doesn't appear to get me anything so I'll admit I'm confused. Any pointers would be greatly appreciated. Is it something stale that needs purging or do I have some obscure error that isn't getting flagged? TIA, Kevin -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

