Google Play Developer Console 错误:您的 APK 版本代码过高,您可能无法更新 APK

Google Play Developer Console error: The version code of your APK is high and you risk not being able to update your APK(Google Play Developer Console 错误:您的 APK 版本代码过高,您可能无法更新 APK)
本文介绍了Google Play Developer Console 错误:您的 APK 版本代码过高,您可能无法更新 APK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将我的应用更新到 Google Play 商店.我将应用的当前版本号设置为2000000000,并想将其更新为2000000001.请不要问我为什么选择这样的版本号.

I'm trying to update my app to the Google Play Store. I have the current version number of the app set to 2000000000 and would like to update it to 2000000001. Please don't ask my why there are such version numbers chosen.

我在尝试推送新版本时收到此错误消息:上传失败您的 APK 的版本代码很高,您可能无法更新您的 APK.".我不明白的一件事是,根据谷歌官方文档,最大版本号是 MAXINT,2147483647,所以我仍然有大概剩下 150 000 000 个版本.另一件事是,我设法用相同的版本编号约定更新了其他应用程序,该应用程序在同一个开发帐户上,我根本没有这样的错误.

I got this error message when I try to push the new version: "Upload failed The version code of your APK is high and you risk not being able to update your APK.". The one thing I don't understand is that according to official google documentations the max version number is MAXINT, 2147483647, so I still have roughly 150 000 000 versions left. The other thing is, I managed to update other app with the same version numbering convention, the app is on the same dev account and I have no such error at all.

我检查了所有数字几次,以确保我没有做一些愚蠢的错字.我也已经联系了谷歌支持,但也许这里有人有某种解决方案?

I checked all the numbers couple of times to be sure I'm not doing some stupid typo. I also already contacted Google support but maybe someone here have some kind of solution?

推荐答案

Google 支持响应了我的请求.他们将最大可用版本代码更改为 2000000000 并且没有更新 documentation 在我发布这个问题时(现在它仍然是 MAXINT: 2147483647).这是一个非常极端的案例,但也许有人会发现这很有用.

Google support responded to my requests. They changed the maximum available version code to 2000000000 and didn't update the documentation at the time I was posting this question (right now it is still MAXINT: 2147483647). Quite an edge case here but maybe someone will find this useful.

这篇关于Google Play Developer Console 错误:您的 APK 版本代码过高,您可能无法更新 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)