This may not be your problem, but I had a nasty problem, related to Eclipse's tendency to snowball errors. I have an app with lots of graphics. I mistakenly saved one of the graphics in ny graphics editor as PSP type (Paint Shop Pro) but with a PNG extension. Because of this, I got the following errors:
[2010-12-21 13:49:04 - TSRemote] W/ResourceType( 4112): Bad XML block: no root element node found
[2010-12-21 13:49:04 - TSRemote] libpng error: Not a PNG file
[2010-12-21 13:49:04 - TSRemote] ERROR: Failure processing PNG image ...\android\TSRemote\res\drawable\reset_normal.png
[2010-12-21 13:49:04 - TSRemote] ...\android\TSRemote\res\layout\devices.xml:38: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/deviceback').
(about 50 more of these -- one for every graphic).
Plus, in the IDE, every reference to R. was unresolved.
The key was the incorrect PNG file. Once I fixed that, all the other errors went away.