使用phonegap ant工具签署黑莓应用程序
我想用phonegap的ant工具签署我的黑莓应用程序,这样我就可以在我的设备上尝试它。
我从 3.csi 制作了 2 个签名文件(sigtool.csk 和 sigtool.d,对吧!?),并将它们放在 build.xml 文件夹中。 但是当我启动“ant load-device”时,出现错误,因为 ant 找不到签名密钥...
[exec] [ERROR] Cannot sign application - failed to find
signing keys
我应该把它们放在哪里?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
成功安装您从 RIM 收到的 3 个 .cis 文件。 isntallable 目录中应该还有 3 个文件。
Blackberry 代码签名所需的全部三个,验证并在签名密钥可安装文件夹中找到它们的存在。
On Succesful installation of 3 .cis files, which you have received from RIM. You should have 3 more files on the isntallable directory.
All three required for Blackberry code signing, verify and locate their presence in signing key installable folder.