如何在 Aptana 中打包适用于 BlackBerry Playbook 的 Adobe Air 项目
我在 Aptana 中开发了一个主要是 HTML/CSS/jquery 应用程序。有谁知道将此项目转换为 .BAR 文件以便与 Blackberry Playbook 模拟器一起使用的步骤? 我猜我需要先将项目打包为 .airi 文件,然后使用 Blackberry bbwp 工具进行编译?有没有人有过这个过程的经验? 非常感谢您的帮助。
I have developed a mostly HTML/CSS/jquery application in Aptana. Does anyone know the steps to take to convert this project to a .BAR file for use with the Blackberry Playbook simulator?
I'm guessing I need to package the project as an .airi file first, then use the Blackberry bbwp tool to compile? Has anyone had any experience with this process?
Thanks so much for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑这有点晚了,但您必须下载 RIM 的 WebWorks 软件包并按照其网站上的所有必要步骤进行操作。基本上,一旦您做到了这一点,您就可以使用 config.xml 文件压缩您所获得的内容,并运行他们的命令行工具将其转换为 .bar 文件。这里有一个小秘密 -
.bar
文件实际上只是另一个名称的.zip
文件。如果将.bar
更改回.zip
文件,您可以像对待任何其他 zip 文件一样对待它。完成此操作后,运行签名工具(结果和里程可能会有所不同),然后使用另一个命令行工具将其推送到设备。在模拟器中,您必须将其设置为“开发模式”并获取 IP 地址。您将 IP 地址输入命令行工具,它会将其添加到设备上。您可能需要重新启动模拟器才能显示它。如果您无法使签名工具正常工作,您仍然应该能够将其放到模拟器上。
下载 WebWorks 并开始使用 - http://us.blackberry.com/developers/browserdev/
您需要注册开发者帐户才能下载。
This is a bit late I suspect but you have to download RIM's WebWorks package and follow all the necessary steps on their website. Basically, once you are as far as you are, you zip what you've got with a config.xml file and run their command line tool to turn it into a .bar file. Here's a little secret - a
.bar
file is actually just a.zip
file by another name. If you change a.bar
back to a.zip
file you can treat it like any other zip file.After you've done this, run the signing tool, (results and mileage may vary) and then push it out to the device with another command line tool. In the simulator you have to set it to "Development Mode" and get the IP address. You put the IP address into the command line tool and it will put it onto the device. You may have to restart the simulator for it to show up. If you can't get the signing tool to work you should still be able to put it onto the simulator.
Download WebWorks and get started here - http://us.blackberry.com/developers/browserdev/
You will need to sign up for a developer account to download it.