简体   繁体   English

如何在没有 Android App Bundle 功能的情况下在 Google Play 商店中发布应用

[英]How to release an App in the Google Play store without the Android App Bundle feature

So, I am trying to upload my first app in the Play Store.所以,我正在尝试在 Play 商店上传我的第一个应用程序。 I didn't opt for Google Play App Signing option but I still get the following warning when reviewing my app's release:我没有选择 Google Play 应用签名选项,但在查看我的应用发布时仍然收到以下警告:

Unoptimized APK未优化的 APK

Warning: This APK results in unused code and resources being sent to users.警告:此 APK 会导致向用户发送未使用的代码和资源。 Your app could be smaller if you used the Android App Bundle.如果您使用 Android App Bundle,您的应用可能会更小。 By not optimizing your app for device configurations, your app is larger to download and install on users' devices than it needs to be.如果不针对设备配置优化您的应用程序,那么您的应用程序会比用户设备上的下载和安装规模更大。 Larger apps see lower install success rates and take up storage on users' devices.较大的应用程序安装成功率较低,并且会占用用户设备上的存储空间。

Resolution: Use the Android App Bundle to automatically optimize for device configurations, or manage it yourself with multiple APKs.解决方案:使用 Android App Bundle 自动优化设备配置,或使用多个 APK 自行管理。

I don't want to use the Android App Bundle so...我不想使用 Android App Bundle 所以...

  • I tried to upload 2 different APKs with the same Version Code, I receive an error as such I can't upload same Version Code APKs.我尝试使用相同的版本代码上传 2 个不同的 APK,但收到错误消息,因此我无法上传相同的版本代码 APK。
  • I uploaded 2 different APKs with different Version Code, I receive a warning as such the APKs with the oldest version codes will be omitted.我上传了 2 个具有不同版本代码的不同 APK,我收到警告,因为将省略具有最旧版本代码的 APK。

So, how the heck should I make this work out.那么,我到底应该如何解决这个问题。 LOL??哈哈??

Thanks for any advise,感谢您的任何建议,

The warning can be ignored.可以忽略警告。 So as long as you don't see any error in red, you can create a release.所以只要你没有看到任何红色的错误,你就可以创建一个版本。 However, you will need to fill out all required infos for the play store page and your app content first.但是,您需要先填写 Play 商店页面和您的应用程序内容的所有必需信息。

I found it quite confusing since on the "releases" page, you don't see any indication that the store page must be filled out first.我发现这很令人困惑,因为在“发布”页面上,您没有看到任何必须先填写商店页面的指示。 If you filled out all the information, you will see a checkmark next to this entries in the play console:如果您填写了所有信息,您将在游戏控制台中的这些条目旁边看到一个复选标记:

Googe Play 控制台商店条目复选标记

暂无
暂无

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

相关问题 如何将 android 应用程序包上传到 Google Play - how to upload an android app bundle to google play 在Google Play商店中重新发布应用 - Re-release an app on the Google Play Store 如何使用Google Play商店链接到Android应用 - How to link to android app with Google Play Store 是否可以在Android Studio中使用已发布的已签名APK构建App Bundle? 我想将APK迁移到Play商店的应用包 - Is it possible to build an App Bundle using an already release signed APK, in Android Studio? I want to migrate apk to app bundle for play store 如何在 Play 商店中为 Android 生产包实施应用内更新 - How to implement In app Update for Android production bundle in Play Store 如何在 Play 商店中针对特定国家/地区发布 Android 应用更新? - How to release an Android app update for specific countries on Play Store? 如何修复谷歌 Api 错误:禁止:将应用上传到 Play 商店时,Android App Bundle 使用错误的密钥进行签名 - how to fix Google Api Error: forbidden: The Android App Bundle was signed with the wrong key when upload app to play store 如何在没有 Google Play 的情况下更新 Android 应用程序? - How to update android app without Google Play? Android App Bundle:Google Play 150MB 限制似乎包括动态功能模块大小? - Android App Bundle: Google Play 150MB limit seems to include the Dynamic Feature Module size? 如何在 Google Play 控制台中发布 Android App Bundle? - how to publish an Android App Bundle in the Google Play Console?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM