blackberry sdk 4.5 将资源包限制为 99 个密钥?

发布于 2024-09-26 05:55:38 字数 269 浏览 2 评论 0原文

我一直在为我的所有项目使用独特的资源包。当我到达密钥 98 时,在 res.getString(int) 上没有找到新密钥。它抛出 MissingResourceException。我可以添加它,但找不到。

如果我只是更改为 SDK 4.6.0 那么效果很好。

有人知道这个限制吗?我做错了什么吗?

必须说我重建了项目并删除了为资源生成的手动接口代码,但没有任何结果。

4.5 的编译非常重要,因为我必须支持像 8100 这样的 Blackberry 型号。

I have been using an unique resource bundle for all my project. When I reached the key 98 no new key gets found on res.getString(int). It throws MissingResourceException. I can add it but then can't be found.

If I just change to SDK 4.6.0 then It works great.

Anyone aware of this limitation? Am I doing something wrong?

Must say I rebuild the project and deleted by hand interface code generated for the resource without any result.

Compile for 4.5 is very important because I must support Blackberry models like 8100.

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

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

发布评论

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

评论(1

秋心╮凉 2024-10-03 05:55:38

我有一个包含 740 个资源密钥的项目,它在 BBOS 4.5 上构建和执行得很好。
您使用的是最新版本的 4.5 工具吗?我的版本是 4.5.0.28。

I've got a project with 740 resource keys, and it builds and executes just fine on BBOS 4.5.
Are you using the latest release of the 4.5 tools? I am on 4.5.0.28.

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