0

我终于让示例 phonegap 项目运行了,但是因为我想更改 index.html 中的某些内容,所以它给了我这个错误。

 [2012-08-11 17:04:46 - s] W/ResourceType( 9484): Bad XML block: header size 60 or total size 0 is larger than data size 0
    [2012-08-11 17:04:46 - s] C:\Users\TOomo\workspace\s\res\layout\activity_test.xml:6: error: Error: No resource found that matches the given name (at 'text' with value '@string/hello_world').
    [2012-08-11 17:04:46 - s] C:\Users\TOomo\workspace\s\res\menu\activity_test.xml:2: error: Error: No resource found that matches the given name (at 'title' with value '@string/menu_settings').

你知道为什么吗?

4

2 回答 2

0

您必须在值中定义字符串 new_game

你的字符串你的字符串参考这个

您可以创建值 xml 文件 - 如果您使用的是 eclipse 然后右键单击项目并选择其他并选择 android xml 文件,然后给定窗口选择资源类型作为值,

于 2012-08-11T07:16:27.853 回答
0

单击“res”文件夹并转到“values”。打开名为“字符串”的文件。确保在其中设置了一个名为“hello_world”的字符串和另一个名为“menu_settings”的字符串。

于 2012-08-11T07:33:06.973 回答