2013-03-30 162 views
0

我已按照所有步驟創建了文件main.xmlstring.xml,但編譯我的項目時出現錯誤。我試着用 + 按Ctrl +Ø ...... Project -> Clean編譯應用程序時出錯

[03/30/2013 11:24:52 - Asteroid] W/ResourceType (3827): Bad XML block: header size 2270 or total size 148813088 is larger than data size 0 
[03/30/2013 11:24:52 - Asteroid]/home/syra/workspace/Asteroid/res/menu/asteroide.xml: 3: error: Error: No resource found That matches the given name (at 'title' with value '@ string/action_settings'). 

我將不勝感激,如果有人能幫助我。

回答

2
No resource found That matches the given name (at 'title' with value '@ string/action_settings'). 

只需打開res/values/strings.xml然後用名action_settings和適當的文本添加元素。

<string name="action_settings">Settings for this action</string> 

如果您認爲這已存在,請仔細檢查兩個名稱的拼寫。

+0

問題發生在我在R.layout.main(主不能解決或不是一個領域) 和R.menu.asteroides(小行星不能解決或不是一個領域)。 – user2227455

+0

你有這些文件在適當的文件夾?例如'/ res/layout/main.xml'和'/ res/menu/asteroides.xml' – Sam