在 Blackberry Playbook Simulator 中打开 .bar 文件
您好,我有一个早期版本的 Playbook 应用程序,是我们的一位开发人员在 Flash Builder 中为我们制作的。它是一个 .bar 文件。 我已经安装了所有必需的 Abode 和 RIM SDK、密钥和模拟器,并且可以在 Flash Builder 4.5 中自己创建一个应用程序,该应用程序在模拟器中以调试模式完美运行。
问题是我们的开发人员休假了一个星期,我想在他离开时测试该应用程序并向他提供反馈,但我似乎无法打开单个 .bar 文件。
有谁知道该怎么做?
提前致谢
Hi I have a early version of an Playbook app one of our developers made for us in Flash Builder. It is a .bar file.
I have installed all the required Abode and RIM SDK's, keys and simulator and can create an app myself in Flash Builder 4.5 which runs in debug mode in the simulator perfectly.
The problem is our developer has gone on holiday for a week and I want to test the app while he is away and give him feedback but I cant seem to open a single .bar file.
Does anyone know how to do this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我假设您的意思是“安装”一个 .bar 文件,因为打开它(在您的 PC 上)只需解压缩它即可。
要安装/部署到模拟器,您可以在命令行中执行此操作,其中 SDK bin/ 文件夹位于您的 PATH 中。
DEVIP 和 PASS 应分别扩展为设备/模拟器 IP 地址和密码。默认(也许唯一可能?)模拟器密码是“playbook”。
您也可以在上述命令中包含“-launchApp”以自动启动该应用程序,但如果不这样做,您只需单击其图标即可。模拟器可能仍然存在一个错误,即在您来回更改类别或暂停片刻之前,图标不会显示。
I assume you mean "install" a .bar file, since opening it (on your PC) is a simple matter of unzipping it.
To install/deploy to the simulator, you'd do this at the command line, where the SDK bin/ folder is in your PATH.
The DEVIP and PASS should be expanded to the device/simulator IP address and password, respectively. The default (maybe only possible?) simulator password is "playbook".
You can include "-launchApp" in the above command to automatically launch the app too, but if you don't you merely click on its icon. The simulator may still have a bug where the icon doesn't show up until you change categories back and forth, or pause for a moment.
我想你也可以参考这个链接: https://developer.blackberry.com/html5/ Documentation/using_the_tablet_simulator_1866980_11.html
希望它能帮助您了解更多信息。
I think you can also refer this link: https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html
Hope it will help you with more information.
BB10 模拟器的说明: https://developer.blackberry.com/html5/documentation/using_the_bb10_simulator_2008466_11 .html
The instructions for BB10 simulator: https://developer.blackberry.com/html5/documentation/using_the_bb10_simulator_2008466_11.html