Sign blackberry application with phonegap ant tool

≯℡__Kan透↙ 提交于 2019-12-25 04:46:10

问题


I want to sign my blackberry application with ant tool of phonegap, so I can try it on my device.

I made the 2 signature file (sigtool.csk & sigtool.d , right !?) from the 3 .csi, and put them in the build.xml folder. But when I launch 'ant load-device', I've got an error because ant can't find signing key ...

[exec] [ERROR]                     Cannot sign application - failed to find
       signing keys

Where should I put them ?


回答1:


On Succesful installation of 3 .cis files, which you have received from RIM. You should have 3 more files on the isntallable directory.

  1. sigtool.csk
  2. sigtool.db
  3. sigtool.set

All three required for Blackberry code signing, verify and locate their presence in signing key installable folder.



来源:https://stackoverflow.com/questions/7893030/sign-blackberry-application-with-phonegap-ant-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!