Published Android apk gives error quot;Package file was not signed correctlyquot;(已发布的 Android apk 给出错误“包文件未正确签名;)
问题描述
我最近将我的应用程序上传到了 android 市场,但是由于错误,它在下载时拒绝运行
I recently uploaded my application to the android market however it's refusing to run when downloaded due to the error
包文件未正确签名
我首先使用eclipse发布了数据包,右键export,创建一个keystore然后发布,但是它拒绝工作.
I first published the packet using eclipse, right click export, creating a keystore then publishing, however it refuses to work.
然后我下载了 keytool 和 jarsigner 并使用它们签署了我发布的升级.但是,这会产生相同的错误.
I then downloaded the keytool and jarsigner and used them to sign an upgrade which I posted instead. However this gives the same error.
我不知道我做错了什么,由于我无法删除应用程序,我无法尝试重新开始,谁能帮助我?
I have no idea what I've done wrong, and since I cannot delete the application I cannot try and start again can anyone help me?
谢谢
推荐答案
您的调试副本很可能仍安装在您的设备上.现在您已经下载了同一个应用的不同副本,它导致了这个错误.
You have your debug copy still installed on your device most likely. Now you have downloaded a different copy of the same app and it's causing this error.
从您的设备上完全卸载该应用.然后再次从市场上下载它,它应该可以工作.
Uninstall the app completely from your device. Then download it from the market again and it should work.
这篇关于已发布的 Android apk 给出错误“包文件未正确签名";的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:已发布的 Android apk 给出错误“包文件未正确签名";
基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01