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.
[null,null,["Last updated 2023-08-15 UTC."],[],[],null,["# Publish your game with Android App Bundle in Cocos Creator\n\nAn [Android App Bundle](/guide/app-bundle) is a publishing format that includes\nall your app's compiled code and resources, and defers APK generation and\nsigning to Google Play.\n\nGoogle Play uses your app bundle to generate and serve optimized APKs for each\ndevice configuration, so only the code and resources that are needed for a\nspecific device are downloaded to run your app. You no longer have to build,\nsign, and manage multiple APKs to optimize support for different devices, and\nusers get smaller, more-optimized downloads.\n\nHow to publish your game with AAB format\n----------------------------------------\n\nIn Cocos Creator, just check the **Generate App Bundle (Google Play)** option in\nthe Android Build panel. Your game will then be published with the AAB format."]]