gpt4 book ai didi

Android 多个 APK(密度特定)

转载 作者:太空狗 更新时间:2023-10-29 13:23:38 26 4
gpt4 key购买 nike

我的游戏仍在开发中,但 APK 最终可能会达到 100-150MB 左右。因此,我正在考虑使用扩展文件,但是这些文件保存在公共(public)位置并且不如 APK 安全。

因此我决定采用 APK 方法,它似乎有更多好处,例如安全性、更小的整体文件大小等。

但是,在阅读了官方文档后,我并不完全确定密度 APK 的工作原理。我想创建 3 个 APK(mdpi、hdpi 和 xhdpi),但我不确定以下内容:

1 - 这是否意味着屏幕密度为 xxhdpi 或任何更新密度的用户将无法下载我的应用程序?

2 - 如何实现不同密度的 APK 文件以便 Play 商店正确检测?

3 - 这是否可以仅使用 Alpha 和 Beta 版本进行测试?

4 - 上传到 Google Play 商店时,网站上显示的应用程序的大小是多少?这会只使用我最大的 APK 并显示它吗?

5 - 使用多个 APK 与扩展文件的主要优缺点是什么?

最佳答案

1- 这是否意味着屏幕密度为 xxhdpi 或任何更新密度的用户将无法下载我的应用

When you modify an APK to "shrink" the support for a device's characteristics and no other APKs support the devices that then fall outside the supported range. For example, if an APK currently supports small and normal size screens and you change it to support only small screens, then you have shrunk the pool of supported devices and some devices will no longer see your application on Google Play. You can resolve this by adding another APK that supports normal size screens so that all previously-supported devices are still supported.

阅读更多 Rules For multiple APK's

2 - 如何为 Play 商店实现不同密度的 apk 文件以正确检测了解 Creating Multiple APKs

3 - 这是否可以仅使用 Alpha 和 Beta 版本进行测试

所有指南都适用于 Alpha 和 Beta 版本,上传 APK 时,转到“高级”部分,那里有必要的信息。

4 - 当上传到 google play 商店时,网站上显示的应用程序的大小是多少。这会只使用我最大的 apk 并显示它吗?

我想提请您注意 Android 开发人员的报价,阅读更多 here

Google Play currently requires that your APK file be no more than 50MB. For most applications, this is plenty of space for all the application's code and assets. However, some apps need more space for high-fidelity graphics, media files, or other large assets. Previously, if your app exceeded 50MB, you had to host and download the additional resources yourself when the user opens the app. Hosting and serving the extra files can be costly, and the user experience is often less than ideal. To make this process easier for you and more pleasant for users, Google Play allows you to attach two large expansion files that supplement your APK.

将向用户显示的文件大小,将包括扩展包 + APK 大小,与该 Android 版本、屏幕密度和设备所属的其他必要 Bucket 相关。

5 - 使用多个 apk 与扩展包的主要优缺点是什么?

这是值得商榷的,因为它完全取决于您作为开发人员将如何管理 Google Play 上的应用程序和版本控制以及多个 APK。

关于Android 多个 APK(密度特定),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24825969/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com