JARSIGNER 打不开
好的,我需要一些帮助!我正在使用 Windows 7 Home Premium,我已经下载并安装了 jdk6u25x64 和 android sdk。问题就在这里。我有一个准备发布的应用程序,并且我已经制作了 .apk 文件。现在我需要签署证书,但是当我转到 C:/program files/java/jdk/bin 并双击 jarsigner 时,二进制代码框在屏幕上闪烁大约半秒然后关闭。有谁知道如何解决这个问题?
Ok I need some help here !! I am working with Windows 7 Home Premium and I have downloaded and installed the jdk6u25x64 and the android sdk. here in lies the problem. I have an app ready to publish and I have made the .apk file. now I need to sign the certificate but when I go to C:/program files/java/jdk/bin and I double click on the jarsigner the binary code box flashes on the screen for like a half a second and closes. Does anyone know how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要修复 java CLASSPATH。无论如何,我建议您直接从 Eclipse 导出签名的 apk(请参阅 http详情请参阅://developer.android.com/guide/publishing/app-signing.html#ExportWizard)
You will probably need to fix the java CLASSPATH. Anyhow, I would suggest you to export a signed apk directly from Eclipse (see http://developer.android.com/guide/publishing/app-signing.html#ExportWizard for details)
这是一个需要命令行参数的程序。将 jdk\bin 目录放入路径中,然后打开 DOS 框并输入“jarsigner”。除了告诉您用法(即这些参数需要是什么)之外,它不会做任何事情。
It's a program that needs command line arguments. Put your jdk\bin directory in the path, then open a DOS box and type 'jarsigner'. It will fail to do anything other than tell you the usage, i.e. what these arguments need to be.