blackberry sdk 4.5 将资源包限制为 99 个密钥?
我一直在为我的所有项目使用独特的资源包。当我到达密钥 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个包含 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.