简体   繁体   English

保留在 Google Play Developer Console 中的 APK

[英]APKs to retain in Google Play Developer Console

Today one feature was added by Google Play Developer Console Team for managing the releases.今天,Google Play 开发者控制台团队添加了一项用于管理发布的功能。

It has three options there for releases :-它有三个版本可供选择:-

APKs to add -要添加的 APK -

I understand from this that When you upload new app or update your app then it will roll out on Google Play depends on the staged roll out percentage & it will deactivate previous APK's from production.我从中了解到,当您上传新应用程序或更新您的应用程序时,它将在 Google Play 上推出取决于分阶段推出的百分比,并且它将停用以前的 APK 生产。

APKs to deactivate要停用的 APK

This will list a set of APK's which were deactivated and no longer served on Google Play.这将列出一组已停用且不再在 Google Play 上提供的 APK。

APKs to retain要保留的 APK

I could not understand meaning of this new feature ?我不明白这个新功能的含义? Can anybody help me for this ?有人可以帮我吗?

Thanks in advance.提前致谢。

A release can have multiple APKs for different flavors of build.一个版本可以有多个 APK,用于不同风格的构建。 So you might have a build for legacy Android and a build for shiny new Android where you decide you want to use a feature that is not available.因此,您可能有针对旧版 Android 的构建和针对闪亮的新 Android 的构建,您决定要使用不可用的功能。

You may then decide that you are going to release a fix for shiny new version but not for legacy version.然后,您可能决定要为闪亮的新版本而不是旧版本发布修复程序。 You would then retain the legacy version and replace the new version only.然后,您将保留旧版本并仅替换新版本。

When you retain an APK, you are essentially making the release a Multi-APK-release, instead of a Single-APK release.当您保留 APK 时,您实际上是在使该版本成为多 APK 版本,而不是单 APK 版本。 So you get the benefits of having multiple APKs.因此,您可以获得拥有多个 APK 的好处。

Refer to Multiple APK support to know all the benefits of Multi-APK release.请参阅多 APK 支持以了解多 APK 发布的所有好处。

Exerpt from the link above:摘自上面的链接:

When there are "overlaps" between two or more APKs.当两个或多个 APK 之间存在“重叠”时。 For example, if an APK supports screen sizes small, normal, and large, while another APK supports sizes large and xlarge, there is an overlap, because both APKs support large screens.例如,如果一个 APK 支持小、普通和大屏幕尺寸,而另一个 APK 支持大和超大尺寸,则存在重叠,因为这两个 APK 都支持大屏幕。 If you do not resolve this, then devices that qualify for both APKs (large screen devices in the example) will receive whichever APK has the highest version code.如果您不解决此问题,则符合这两个 APK 的设备(示例中的大屏幕设备)将收到具有最高版本代码的 APK。

Soon APK page will be released from "manage releases" page and one of good feature i found is this APK's to retain.很快 APK 页面将从“管理版本”页面发布,我发现的一个好功能是保留此 APK。 If you have multiple APK's for your app then you can choose which apk from previous release to be continued to be used along with this new release, not needing to reupload all apks.如果您的应用程序有多个 APK,那么您可以选择先前版本中的哪个 apk 继续与此新版本一起使用,而无需重新上传所有 apk。

Support document : https://support.google.com/googleplay/android-developer/answer/7159011?hl=en支持文档: https : //support.google.com/googleplay/android-developer/answer/7159011?hl=en

APKs to retain要保留的 APK

In the "APKs to retain" section, you'll see the APKs from your previous release that will continue to be served to users.在“要保留的 APK”部分,您会看到之前版本中将继续提供给用户的 APK。

To move an APK to the list of "APKs to deactivate," click Deactivate.要将 APK 移至“要停用的 APK”列表,请单击停用。

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

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