我发布的 Android 应用程序无法安装到 Android 市场的设备上
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的应用程序也有类似的问题。看到这个 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.