android项目中引用资源文件夹的问题

发布于 2024-10-21 01:04:44 字数 331 浏览 1 评论 0原文

我正在 eclipse ADT 插件中开发 android 项目。我从 github.com 下载一个开源项目(k9 电子邮件客户端)。然后我将 android 2.2.jar 文件添加到项目的引用库文件夹中,但我仍然面临语法问题,例如...

identity.setSignature(context.getString(R.string.default_signature)); Identity.setDescription(context.getString(R.string.default_identity_description));

每当我引用资源文件夹时,它都会显示错误......所以请帮助我。

i am developing android project in eclipse ADT plugin.i download one open source project(k9 email client) from github.com. then i add android 2.2.jar file to referenced library folder of project but still i face problem with syntax like...

identity.setSignature(context.getString(R.string.default_signature)); identity.setDescription(context.getString(R.string.default_identity_description));

whenever i reference the resource folder it shows me error..so please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

佼人 2024-10-28 01:04:44

看起来您需要将 strings.xml 从values-LANGUAGE之一复制到res或values文件夹

looks like you need to copy strings.xml from one of values-LANGUAGE to either res or values folder

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文