0

すべての手順に従ってファイルmain.xmlとを作成しましたstring.xmlが、プロジェクトのコンパイル時にエラーが発生します。Shift+ Ctrl+OProject -> 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').

誰かが私を助けてくれれば幸いです。

4

1 に答える 1

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>

これが既に存在すると思われる場合は、両方の名前のスペルを再確認してください。

于 2013-03-30T16:20:11.260 に答える