使用 JDK8 签名后下载 APK 时打包未正确签名错误

Packaged Not Signed Correctly Error When Downloading APK after Signing with JDK8

使用JDK8中的keytool工具,我签署了我的APK并成功上传到Play商店。但是,一旦我下载了它,它就会显示 "Package was not signed correctly"。有谁知道如何解决这个问题?

Do you have your debug version of application still installed on your device?

如果是,那么您现在下载了同一应用的不同副本并导致了此错误。

从您的设备上完全卸载该应用程序。然后再去市场下载,应该可以吧

另一个原因

我做了一个快速的研究,在许多链接和博客中,人们似乎遇到了类似的问题,他们已经开始使用 jdk6 并签署他们的应用程序并再次上传到 playstore。

Published Android apk gives error "Package file was not signed correctly"

http://developer.appcelerator.com/question/146110/my-app-gives-package-file-was-not-signed-correctly-error-on-google-play-store

http://support.ludei.com/hc/communities/public/questions/200781567-Google-Play-error-Package-file-was-not-signed-correctly-

希望这些信息对您有所帮助。