无法在 Google PlayStore 中更新 apk

Unable to update apk in Google PlayStore

我在 Google playstore 中更新我的 apk 时遇到了一些问题。当我在去年 1 月 7 日更新我的应用程序时它工作正常。但是当我昨天尝试更新我的应用程序时它给了我以下错误

This configuration cannot be published for the following reason(s): Version 47 is not served to any device configuration: all devices that might receive version 47 would receive version 50.

我检查了这个问题,他们说将您的 VersionCode 更改为整数,但在我的情况下,它已经是一个 Integer,我不会在 build.gradle 文件以外的任何其他地方声明 VersionCode。

Google 在定价和分发中为广告添加了一个新标志,所以今天我添加了该字段,但仍然遇到同样的问题。

注意:我的keystore文件没有问题

当您在短 space 时间内发布了两个 APK(版本 x 和版本 y)时,就会发生这种情况。单击版本 x 旁边的下拉列表中的 "Deactivate" 似乎可以修复它。

更多细节参考What does this Google Play APK publish error message mean?