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

查看:153
本文介绍了如何打包和部署在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签署。有关如何申请code签名密钥更多信息此处看。一旦你安装了你的钥匙,你可以通过签名Eclipse中的应用程序。如果您在使用黑莓手机插件1.0到黑莓>请求签名,如果使用的插件V1.1转到项目>黑莓>包中的所有

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桌面管理器,并在您的COD文件指向它。

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

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

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