如何从Eclipse包装和部署黑莓应用程序到设备 [英] How to package and deploy blackberry apps to device from Eclipse

查看:265
本文介绍了如何从Eclipse包装和部署黑莓应用程序到设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从Eclipse IDE中打包应用程序?

How do I package and distribute my apps from the Eclipse IDE?

我的应用程序在模拟器中工作,但我不知道如何将它们部署到我的黑莓设备。

My apps work within the simulators, but I have no idea how to deploy them to my blackberry device.

我将文件移动到媒体卡,但是我收到错误(即无效的COD错误)。有没有适当的方法。在模拟器中工作正常!

I moved the files to the Media card but I kept getting errors (i.e. invalid COD errors). Is there an appropriate way. It worked fine in the simulator!

推荐答案

如果您的应用程序使用任何受控的API,您将首先需要由RIM签名。有关如何申请代码签名密钥的更多信息,请参阅此处。一旦你安装了钥匙,你可以通过eclipse来签署你的应用程序。如果您使用Blackberry plugin 1.0,请转到BlackBerry>请求签名,如果您使用的插件v1.1转到项目> BlackBerry> Package All

If your app uses any controlled APIs you will first need to get it signed by RIM. For more info on how to apply for code signing keys look here. Once you have your keys installed you can sign your app through eclipse. If you're using Blackberry plugin 1.0 go to BlackBerry > Request Signatures, If your using plugin v1.1 go to Project > BlackBerry > Package All

如果您的应用没有使用任何控制的API,您可以跳过所有这些,并加载与JavaLoader类似的应用程序:
JavaLoader -u加载[codfile]

If your app doesn't use any controlled APIs you can skip all of that and load the app with something like JavaLoader: JavaLoader -u load [codfile]

或者你可以启动BB桌面管理器,并将其指向您的鳕鱼文件。

Or you can fire up BB desktop manager and point it at your cod file.

这篇关于如何从Eclipse包装和部署黑莓应用程序到设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆