Google Play shows Unoptimized APK for Cordova App(Google Play 显示 Cordova App 的未优化 APK)
问题描述
我试图在 Google Playstore 上发布我的第一个 Cordova 应用程序.当我上传我的发布 apk 时,它显示以下警告并且我无法发布该版本.
I was trying to publish my first Cordova app on Google Playstore. When I upload my release apk, it shows below warning and I cannot rollout the release.
未优化的 APK
警告:
此 APK 会导致将未使用的代码和资源发送给用户.如果您使用 Android App Bundle,您的应用程序可能会更小.由于不针对设备配置优化您的应用程序,您的应用程序在用户设备上下载和安装的空间会超出实际需要.较大的应用安装成功率较低,并且会占用用户设备上的存储空间.
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the 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.
推荐答案
这只是一个警告,您可以继续上传 Cordova APK.Cordova 团队知道这一点,您可以在此处关注 他们支持 Android App Bundle 的功能请求
This is just a warning, and you can carry on uploading Cordova APKs. The Cordova team know about this, and you can follow their feature request to support Android App Bundle here
这篇关于Google Play 显示 Cordova App 的未优化 APK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 显示 Cordova App 的未优化 APK


- GPS状态的广播接收器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- URL编码Swift iOS 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- UITextView 内容插图 2022-01-01