我发布的 Android 应用程序无法安装到 Android 市场的设备上

发布于 2024-11-08 17:31:09 字数 197 浏览 0 评论 0原文

我在 Mac 上使用 nbandroid 和 netbeans 7.0 编译了我的应用程序。然后使用 jarsigner 对它进行密钥签名,并使用 zipalign 对其进行对齐。它上传到市场没有任何问题,但它不会安装在任何设备上,并出现错误“无效的包文件”。我搜索了很多次,但只找到了如何解决设备本身问题的解决方案。有人知道这里会发生什么吗?

非常感谢, 丹尼尔

I have compiled my application using nbandroid with netbeans 7.0 on a mac. Then keysigned it with jarsigner and aligned it using zipalign. It uploaded to the market with no issue but it will not install on any device giving the error "invalid package file". I have searched many times, but I have only found solutions on how to fix the problem on the device itself. Does anybody know what might be going on here?

Many Thanks,
Daniel

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

始于初秋 2024-11-15 17:31:09

我的应用程序也有类似的问题。看到这个 Android Signed APK shown incomplete

最后,我创建了一个替代的 eclipse 项目,复制原始项目中的所有文件并使用原始密钥对其进行签名。似乎这是一些 eclipse-android 插件问题。

My app had a similar problem. See this Android Signed APK showing incomplete

In the end, I created an alternative eclipse project, copied all the files from original project and signed it using the original key. Seems like this is some eclipse-android plugin issue.

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