Eclipse出问题了,无法创建新的工程,而且旧工程的清单文件也找不到了,急求啊

[2014-04-04 21:29:22 - db] W/ResourceType( 4812): ResXMLTree_node header size 0 is too small.
[2014-04-04 21:29:22 - db] E:\android\db\res\layout\activity_main.xml:11: error: Error: No resource found that matches the given name (at 'text' with value '@string/hello_world').
[2014-04-04 21:29:22 - db] E:\android\db\res\menu\main.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').
calsole就报出来这个错误,

你知道了原因 直接把文件找到 或者就是重新创建项目

XML的问题咯。
还有,No resource found that matches the given name (at 'text' with value '@string/hello_world')。
这个在res/values/strings.xml中找咯。应该是没有在这里面定义这个字符串--下一个错误同理。