在 Cocos Creator 中以 Android App Bundle 格式發布遊戲
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android App Bundle 是一種發布格式,其中包含應用程式經編譯的所有程式碼和資源,可將產生及簽署 APK 的作業交由 Google Play 處理。
Google Play 會透過您的應用程式套件為各種裝置設定產生及提供最佳化 APK,因此僅會下載特定裝置所需的程式碼和資源,以執行您的應用程式。您不再需要建構、簽署及管理多個 APK,針對不同裝置提供最佳支援,且使用者取得更小且最佳化的下載。
如何以 AAB 格式發布遊戲
在 Cocos Creator 中,您只要勾選 Android「Build」面板中的「Generate App Bundle (Google Play)」選項,即可透過 AAB 格式發布遊戲。

這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[null,null,["上次更新時間:2025-07-27 (世界標準時間)。"],[],[],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."]]