English 中文(简体)
包装
原标题:Packaging a BlackBerry App for Release

I m currently using the BB Plugin for Eclipse and am trying to generate a package without any .debug files and only one .cod and one .jad file to send to a client.

我很抱着这样做的方法,我找不到一个释放点,在寻找如何做到这一点或我甚至走上正确轨道方面遇到麻烦。

问题回答
  1. Right click over your project, select "BlackBerry -> Package Project(s)"
  2. In case it doesn t sign automatically, right click again, "BlackBerry -> Sign with signature tool"
  3. Look for the generated "deliverables" folder in your project package explorer, then select the files for OTA deployment (inside "Web" folder). There you ll find one or more sibling cods and the correct jad descriptor.
  4. profit

For OTA installation:

1. unzip your COD file.
2. now you got number of cod files like xyz.COD, xyz-1.COD, xyz-2.COD ... etc.
3. open your .jad file and verify listed .COD fils are mentioned in .jad file or not
4. upload all .COD files and .jad file in same location on web
5. open the .jad location on mobile device

注:如果你的说法不正确。 COD列出了或仍在犯错误,然后首先删除了你的文件。 COD文档和清理你的项目,然后重建你的项目。

首先,在签署申请后,将项目上载到服务器上,并在上载后,将项目放在上,然后向客户提供,然后可以下载申请并安装。

当我们签署<条码>黑莓申请<>时,我们就能够成功地将这种仪器安装在装置中,并能够上载到<条码>、<>服务器/代码>或<条码>黑莓应用世界<>。 我们刚刚需要<代码>.cod & .jar文档,以便在B app world和装置上上上载。 页: 1 前面。





相关问题
How does AlertListener work on Blackberry API 5.0?

Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application? In other words, can I use this interface to ...

How to buffer audio in Blackberry?

I need to learn how to buffer audio stream from a remote server in Blackberry. There is a sample buffered playback app with Blackberry api but can you tell what url may I use to test the application?

Blackberry push notification implementation

How does one implement a push notification for a blackberry app? I heard that in order to do so I need to purchase a Blackberry Enterprise Server which costs me 1400 per year. Is this true? Where is ...

热门标签