已发布的 Android apk 给出错误“包文件未正确签名";

Published Android apk gives error quot;Package file was not signed correctlyquot;(已发布的 Android apk 给出错误“包文件未正确签名;)
本文介绍了已发布的 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 给出错误“包文件未正确签名";的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)