2

我创建了一个 Android 应用程序并将其发布在 Google Play 商店中。随后下载时,我收到“包文件未正确签名”错误。我调查并找到了条目:

已发布的 Android apk 出现错误“包文件未正确签名”

我尝试了 JDK 6 解决方案(在 JDK 6 下编译和签名),但没有任何乐趣。我尝试在 2.3.3 和 4.x 设备上下载/安装,但都不起作用。就我而言,该应用程序是新的,因此密钥库也是(不是更新)新的。我会说新的密钥库最初是在 JDK 1.7 下创建的。

我很困惑如何解决这个问题,有人有想法吗?

4

1 回答 1

0

I think I had this issue in the past. If you're using different folders for your layouts (for different screen size and different languages), can you check that the default folder for each resource is present ? (basically you need to have a folder res/drawable, res/layout, res/values etc... even if they're empty)

于 2013-01-01T00:51:15.157 回答