Did you check to ensure that you have the string resource defined in res/values/strings.xml?
<string name="app_name">"My App"</string>
Sometimes, I’ve noticed eclipse will also throw errors that are hard to track if you have any .xml files with errors. I don’t think the parser recovers well and sometimes the errors you get can be misleading.