简体   繁体   English

如何在 Google Play 商店发布超过 100 MB 的 Android 应用程序

[英]How to publish Android App above 100 MB on Google Play store

How can I publish my Android application, as it is not possible to upload an application that如何发布我的 Android 应用程序,因为无法上传

exceeds 100 MB on the Google Play store,在 Google Play 商店中超过 100 MB,

My application contains audio files in Assats Folder exceeding 100 MB in size, how can I我的应用程序在 Assats 文件夹中包含大小超过 100 MB 的音频文件,我该如何

upload an application that is 800 MB in size on Google Play store在 Google Play 商店上传大小为 800 MB 的应用程序

Play Asset Delivery播放资产交付

Play Asset Delivery (PAD) brings the benefits of app bundles to games. Play Asset Delivery (PAD) 将 app bundle 的优势带到了游戏中。 It allows games larger than 150MB to replace legacy expansion files (OBBs) by publishing a single artifact to Play containing all the resources the game needs.它允许大于 150MB 的游戏通过将包含游戏所需的所有资源的单个工件发布到 Play 来替换旧版扩展文件 (OBB)。 PAD offers flexible delivery modes, auto-updates, compression, and delta patching, and is free to use. PAD 提供灵活的交付模式、自动更新、压缩和增量补丁,并且可以免费使用。 Using PAD, all asset packs are hosted and served on Google Play removing the need to use a content delivery network (CDN) to get your game resources to players.使用 PAD,所有资产包都在 Google Play 上托管和提供,无需使用内容交付网络 (CDN) 将您的游戏资源提供给玩家。

Play Asset Delivery uses asset packs, which are composed of assets (such as textures, shaders, and sounds), but no executable code. Play Asset Delivery 使用资产包,它由资产(例如纹理、着色器和声音)组成,但没有可执行代码。 Through Dynamic Delivery, you can customize how and when each asset pack is downloaded onto a device according to three delivery modes: install-time, fast-follow, and on-demand.通过动态交付,您可以根据三种交付模式自定义每个资产包下载到设备的方式和时间:安装时、快速关注和按需。

If you want to jump directly to implementing PAD in your game, see Next step .如果您想直接跳到在您的游戏中实现 PAD,请参阅下一步

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

相关问题 如何配置 Android App Bundles 以在 Google Play 上发布 apk (PWA)? - How to configure Android App Bundles to publish apk (PWA) on Google Play? 如何在Android中存储大文本资源(最大100mb) - How to store big text resources in Android (up to 100mb) 如何在Android App的底角向Google Play商店添加按钮? - How to add button to Google Play store in bottom corner of Android App? 在Play商店上发布后,Android布局残缺 - Android Broken Layout After Publish on Play Store 如果我将应用程序发布到Google Play商店,是什么阻止人们窃取我的代码? - If I publish an app to the google play store what stops people from stealing my code? 如果应用使用网络浏览器链接,如何通过Google Play商店的Android TV资格? - How to pass Google Play Store eligibility for Android TV if app uses web browser links? Android应用问题-如何在Play商店中加载应用条目 - Android app issue - how to load app entry in play store Base64 密钥 - Android Play 商店 apk 发布 - Base64 key - Android Play Store apk publish 为什么我不能在 Google Play 上发布我的应用程序 - Why Can't I Publish My App On Google Play android-更新按钮未显示在Google Play商店中 - android - Update button is not displaying on Google Play Store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM