让 Hello World BlackBerry 小部件正常工作
我在使用 Blackberry HelloWorldWidget.zip 小部件时遇到问题。
我使用小部件构建器(bbwp.exe 2.0.0.18)进行编译。我收到所有信息和警告。没有错误。签名工具显示不需要签名。我可以在模拟器(9780)中加载并运行。我可以将 OTA 加载到 Bold 9700。
但是,当我单击 BlackBerry 上的应用程序图标时,它不会打开或显示任何错误消息。
我尝试将这些行添加到 XML 文件中,但没有成功,
<access subdomains="true" uri="*"/>
<feature id="blackberry.app" required="true" version="1.0.0.0"/>
I am having trouble getting Blackberry HelloWorldWidget.zip widget to work.
I compile with widget builder (bbwp.exe 2.0.0.18). I get all INFO and WARNING. No errors. Signing tools shows no signing required. I can load in simulator (9780) and run. I can load OTA to Bold 9700.
However when I click the application icon on BlackBerry, it does not open or show any error message.
I tried adding these lines to the XML file, but to no avail,
<access subdomains="true" uri="*"/>
<feature id="blackberry.app" required="true" version="1.0.0.0"/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我找到了一个可能的解决方案
当我单击 bin/StandardInstall 中的 .cod 文件时,我得到 6 个需要签名的项目。
当我单击 bin/OTAinstall 中的 .cod 文件时,我没有得到要签名的项目。
两个 cod 文件大小相同且同时创建。
然而,为什么会发生这种情况呢?
I think I found an possible solution
When I click on .cod file in bin/StandardInstall, I get 6 items to sign.
When I click on .cod file in bin/OTAinstall, I get no items to sign.
The two cod files are identical sizes and created at the same time.
However, Why might this be occuring?