Android strings.xml在检索时给出空指针。

时间:2011-10-10 19:58:40

标签: android

也许你们其中一位伟大的神/女神可能会认为它适合像我一样帮助一个人。

如果我使用

String myNewAppId = "34";

我很好。 如果我使用

String myNewAppId = this.getString(R.string.appid);

String myNewAppId = getResources.getString(R.string.appid);

将strings.xml文件设置为

<string name="appid">34</string>

我没有显示错误但是我因nullpointerException崩溃了。

1 个答案:

答案 0 :(得分:0)

有时Eclipse不会更新字符串资源。尝试手动清理和重建项目以强制更新。