简体   繁体   English

如何从 Google Play 的新开发控制台删除工件构建?

[英]How do I delete an artifact build from the new dev console on google play?

I am trying to delete an aab file that clashes with my current version of the build.我正在尝试删除与我当前版本的构建冲突的 aab 文件。 ( with respect to version code).With the old style google play console, I was able to delete the artifacts that caused the clash. (关于版本代码)。使用旧式 google play 控制台,我能够删除导致冲突的工件。 Now I am unable to find anything that allows me to delete the old artifact, even in the app bundle explorer.现在我找不到任何允许我删除旧工件的东西,即使在应用程序包资源管理器中也是如此。 Any one has any idea how to delete the old artifacts which are not needed or causing issues?任何人都知道如何删除不需要或导致问题的旧工件?

Thanks!谢谢!

In the App bundle explorer page of the Play Console, you can delete APKs and App Bundles which have not yet been released .在 Play 管理中心的App Bundle 浏览器页面中,您可以删除尚未发布的APK 和 App Bundle。

Play 控制台的屏幕截图 -- 应用程序包资源管理器

You can see in the example above that the "Remove APK" button appears because, even though the APK is in a release, that release is still in a draft.您可以在上面的示例中看到“删除 APK”按钮出现,因为即使 APK 处于一个版本中,该版本仍处于草稿中。 In that case, you would need to first remove the APK (or App Bundle) from the release, save the release (important!), then go back to the App bundle explorer and click that "Remove APK" button again.在这种情况下,您需要先从发布中删除 APK(或 App Bundle),保存发布(很重要!),然后返回 App bundle 资源管理器并再次单击“删除 APK”按钮。

If your APK or App Bundle has already been released to a track (even in a testing track at 1%), then you cannot delete the artifact.如果您的 APK 或 App Bundle 已经发布到轨道(即使在 1% 的测试轨道中),则您无法删除工件。 It will remain permanently in the Play Console.它将永久保留在 Play 管理中心中。 As far as I know, this is the same behaviour in the both old and new Play Console.据我所知,这在新旧 Play Console 中的行为是相同的。

This way worked for me.这种方式对我有用。

  1. Edit release -> remove AAB/APK as follows.编辑版本 -> 删除 AAB/APK,如下所示。

在此处输入图像描述

  1. Save the Release.保存发布。

在此处输入图像描述

  1. Now the Delete button would have appeared in "App Bundle Explorer" Section.现在删除按钮会出现在“App Bundle Explorer”部分。

在此处输入图像描述

Delete .aab option is not shown if any new Release is in progress.如果正在进行任何新版本,则不显示删除 .aab 选项。 Discard new Release first to be able to delete/remove a bundle.首先丢弃新版本以便能够删除/移除捆绑包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM