新版 Google Play 开发者控制台中的扩展文件

Expansion files in the new Google Play developer console(新版 Google Play 开发者控制台中的扩展文件)
本文介绍了新版 Google Play 开发者控制台中的扩展文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用开发者控制台将我的应用上传到 Google Play.大约一周前,他们已经做到了,这样每个应用程序都有一个唯一的密钥字符串.您必须使用新的开发者控制台来获取您的应用程序的密钥.问题是显然没有办法在新的开发者控制台中上传我的应用程序需要的扩展文件.那么如何获取我的密钥,并将我的带有扩展文件的 apk 上传到 Google Play?

I am trying to upload my app to Google Play using the developer console. As of a week or so ago they have made it so that each app has a unique key string. You have to use the new developer console to get the key for your app. The problem is that there is apparently no way to upload an expansion file, which my app needs, in the new developer console. How then do I get my key, and get my apk with expansion file uploaded to Google Play?

使用旧控制台上传扩展文件非常简单,您只需在上传 apk 文件的同时上传即可.

Uploading an expansion file was simple with the old console all you had to do is upload it at the same time you were uploading the apk file.

我错过了什么?

推荐答案

这是一个已知的Google 开发者控制台的问题.

您无法将扩展文件添加到您的第一个 APK.
因此,如果您是第一次上传,则需要生成第二个具有更高 versionCode 的 APK 并再次上传.只有这样,您才能在开发者控制台中添加扩展文件.

You can't add the expansion file to your first APK.
So if you are uploading for the first time, you will need to generate a second APK with a higher versionCode and upload it again. Only then, you will have the option to add your expansion file in the developer console.

来自谷歌文档:

注意:如果您要上传新应用,则无法将扩展文件添加到您上传的第一个 APK 文件中.

Note: If you’re uploading a new app, expansion files can’t be added to the first APK file that you upload.

这篇关于新版 Google Play 开发者控制台中的扩展文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

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)