Android Phonegap

时间:2012-08-11 07:07:20

标签: android cordova

我终于让示例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').

你知道为什么吗?

2 个答案:

答案 0 :(得分:0)

你必须在像

这样的值中定义字符串new_game

你的字符串  你的字符串 参考this

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

答案 1 :(得分:0)

点击您的" res"文件夹并转到"值"。打开名为" Strings"的文件。确保你已经设置了一个名为" hello_world"的字符串。另一个名为" menu_settings"在那里。