Publish your game with Android App Bundle in Cocos Creator
Stay organized with collections
Save and categorize content based on your preferences.
An Android App Bundle is a publishing format that includes
all your app's compiled code and resources, and defers APK generation and
signing to Google Play.
Google Play uses your app bundle to generate and serve optimized APKs for each
device configuration, so only the code and resources that are needed for a
specific device are downloaded to run your app. You no longer have to build,
sign, and manage multiple APKs to optimize support for different devices, and
users get smaller, more-optimized downloads.
How to publish your game with AAB format
In Cocos Creator, just check the Generate App Bundle (Google Play) option in
the Android Build panel. Your game will then be published with the AAB format.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-08-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-15 UTC."],[],[]]