在我的apk上传后,我在评论摘要上。上面写着,
Errors
Resolve these errors before starting the roll-out of this release.
You need to upload an APK or Android App Bundle for this application.
You cannot remove all production APKs and Android App Bundles.
我看过各种资源,但不确定解决方案是什么。
发布于 2018-07-20 15:44:28
正如你从第一个截图中看到的,你正在停用你的第一个APK (版本代码1)。但是你还没有上传新版本的APK。你不能在没有任何APK的情况下发布。您有两个选择:
(上载新的APK
我假设你知道你想要做什么。
发布于 2020-04-20 23:44:11
这看起来像是代码版本问题。将代码版本1更新为2。
发布于 2021-03-15 00:44:52
签入您的清单文件:
android:versionCode="8"
增加它,这就是我的问题所在。
https://stackoverflow.com/questions/51431495
复制相似问题