JARSIGNER 打不开

发布于 2024-11-04 14:47:48 字数 217 浏览 2 评论 0原文

好的,我需要一些帮助!我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぽ尐不点ル 2024-11-11 14:47:48

您可能需要修复 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)

七月上 2024-11-11 14:47:48

这是一个需要命令行参数的程序。将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文