Android Google Play警告说“我的构建”;不';“不允许任何现有用户升级”;

Android Google Play警告说“我的构建”;不';“不允许任何现有用户升级”;,android,flutter,google-play-console,Android,Flutter,Google Play Console,我正试图发布我的应用程序的新版本,但我从Google Play控制台收到错误: 1 Error error Error You can't rollout this release because it doesn't allow any existing users to upgrade to the newly added APKs. 4 Warnings 1 MESSAGE FOR VERSION CODE 4004 Warning None the of users of this A

我正试图发布我的应用程序的新版本,但我从Google Play控制台收到错误:

1 Error
error
Error
You can't rollout this release because it doesn't allow any existing users to upgrade to the newly added APKs.

4 Warnings
1 MESSAGE FOR VERSION CODE 4004
Warning
None the of users of this APK will be able to upgrade to any of the new APKs added in this release.

1 MESSAGE FOR VERSION CODE 2004
Warning
None the of users of this APK will be able to upgrade to any of the new APKs added in this release.

1 MESSAGE FOR VERSION CODE 1004
Warning
None the of users of this APK will be able to upgrade to any of the new APKs added in this release.

1 MESSAGE FOR VERSION CODE 5
Warning
This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug. Learn More

有什么可能出错的线索吗?

出于某种原因,您当前版本中的android版本代码低于Google Play商店中已有的版本


将应用程序的android版本代码更改为比现有版本更高的数字,即可正常工作

我不想完全重写这个问题,但我尝试了,因为我也面临着这个问题,这是四个结果之一(这让我意识到了这个问题)。如果OP包含了他们的构建信息的屏幕截图,那么就会发现他们的版本出了问题。这个错误非常不透明,但是这个线程中的答案是正确的。在我的例子中,从使用APK切换到AAB实际上降低了其中一个架构(x86_64)的版本代码,触发了这个消息。我不得不将我的versionCode增加到2000000,以补偿生成的版本代码数以百万计,尽管我的versionCode in build.gradle是