如何使用 Eclipse 自动化 BlackBerry 调试?

发布于 2024-08-29 05:24:16 字数 339 浏览 3 评论 0原文

我正在为 BlackBerry 8900 开发应用程序,并且我正在使用迫使我在真实设备上测试/调试它的功能。我正在寻找一种能够自动化构建-部署-启动过程的便捷方法。

流程为:

  1. 打包申请 & 打包将其签名
  2. 将其加载到设备上
  3. 在 Eclipse 中启动调试会话

使用最新版本的 Eclipse BlackBerry 插件,步骤 1. 几乎是轻松的,但我想摆脱缺少一些调试文件的对话框。步骤 2. 和步骤 3. 必须手动执行。理想情况下,我想把它全部变成一个脚本,Eclipse宏,等等......

有没有人尝试过类似的事情并取得成功?

I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch process.

The process is:

  1. Package application & sign it
  2. Load it on the device
  3. Start debugging session in Eclipse

With the newest version of BlackBerry plugin for Eclipse, step 1. is almost painless, but I would like to get rid of dialogs that I am missing some debug files. Step 2. and step 3. must be performed manually. Ideally I would like to turn it all into one script, Eclipse macro, whatever....

Has anyone tried something like this with any success?

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

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

发布评论

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

评论(1

作妖 2024-09-05 05:24:16

为了自动化某些流程,例如打包、签名和运行,您可以使用 BB-Ant-Tools

另外,对于设备上的加载,您可以使用 javaloader.exe

一些链接:这个以及有关在设备上进行调试的

For automating some process, such package, sign and run you can use BB-Ant-Tools.

Also, for load on device you can use javaloader.exe.

Some links: this and about debugging on device this.

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