如何在 Mac OSX 中为 PhoneGap Build 生成签名密钥库文件?
我正在用这个把头撞到砖墙上。
我正在使用 PhoneGap Build 制作 Android 应用程序。我已经注册了 Android Marketplace,并且可以在其中看到公钥。 如何从这里继续创建密钥库文件、别名、密钥密码和密钥库密码? 我使用的是 Mac OSX。 提前致谢! 克里斯
I'm banging my head against a brick wall with this one.
I'm using PhoneGap Build to make an Android application. I have signed up for Android Marketplace and can see the Public Key within.
How do I go on to make a keystore file, an Alias, a key password and a keystore password from here?
I am on Mac OSX.
Thanks in advance!
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道 mac 机器,但我成功地从 Ubuntu 运行这个命令。
只需在控制台发出此命令:
一旦您在控制台发出此命令,它会问您一些有关生成密钥库文件的问题。
I dont know about mac machine, but i am successful to run this command from Ubuntu.
Just issue this command at console:
Once you issue this command at console, it will ask you some question regarding to generate keystore file.
我知道这个问题适用于 Mac OS,但对于在 Google 上找到此问题并且无法从命令提示符运行 keytool 的任何 Windows 用户,keytool 可在 java 安装的“bin”文件夹或 %JAVA_HOME%\bin 下找到。
如果您尚未将 java 添加到 PATH 变量,您可以 cd 到 C:\Program Files\Java-your-jre-version-here\bin 并在那里运行 keytool 程序。
I know this question is for Mac OS but for any Windows users who find this question on Google and can't run keytool from the Command Prompt, keytool is available under the "bin" folder of your java installation or %JAVA_HOME%\bin .
If you haven't added java to your PATH variable, you can cd to C:\Program Files\Java-your-jre-version-here\bin and run the keytool program there.