Content deleted Content added
No edit summary |
removed stub template |
||
(64 intermediate revisions by 38 users not shown) | |||
Line 1:
{{Short description|Android application publishing file format}}
{{Infobox file format
| name = Android App Bundle
| icon = Android App Bundle logo.png
| _noextcode =
| extension = {{code|.aab}}
| mime =
| type code =
| uniform type =
| owner =
| genre = [[Package format]]
| container for = [[Android (operating system)|Android]]
| open = yes
| contained by =
| extended from =
| extended to =
| standard =
| url = {{Official url}}
}}
'''Android App Bundle''' is the [[Android (operating system)|Android]] application publishing [[file format]]. The App Bundle must include the application's [[compile]]d code and resources, which allows for the signing and generation of [[Apk (file format)|APK files]] to be deferred to the [[app store]], reducing the initial download size of the app.<ref name="google-app-bundle">{{Cite web |title=About Android App Bundles |url=https://developer.android.com/guide/app-bundle |access-date=2021-08-15 |website=Android Developers |language=en |archive-date=2021-08-09 |archive-url=https://web.archive.org/web/20210809200609/https://developer.android.com/guide/app-bundle |url-status=live }}</ref> The file extension used for this format is ".aab".<ref>{{cite web |url=https://developer.android.com/studio/command-line/bundletool |title=bundletool |access-date=2021-10-19 |website=Android Developers |archive-date=2023-03-15 |archive-url=https://web.archive.org/web/20230315193854/https://developer.android.com/studio/command-line/bundletool |url-status=live }}</ref>
== Split APKs ==
Split APKs, which are generated by an app store like Google Play, contain only the code and resources that are needed for the specific device downloading the app.<ref name="theregister">{{Cite web |last=Tim Anderson |title=Android devs prepare to hand over app-signing keys to Google from August |url=https://www.theregister.com/2021/07/01/android_app_bundle/ |access-date=2021-08-15 |website=www.theregister.com |language=en |archive-date=2021-07-24 |archive-url=https://web.archive.org/web/20210724182926/https://www.theregister.com/2021/07/01/android_app_bundle/ |url-status=live }}</ref> If the user changes their device language
Android App Bundles are required for using "play as you download" feature of Google Play, which lets users download and install a portion of the game to start playing and then download the rest while the user is occupied by the first level.<ref>{{Cite web|last=Amadeo|first=Ron|date=2021-11-15|title=Android 12: The Ars Technica Review|url=https://arstechnica.com/gadgets/2021/11/android-12-the-ars-technica-review/|access-date=2021-11-21|website=Ars Technica|language=en-us|archive-date=2021-11-21|archive-url=https://web.archive.org/web/20211121011423/https://arstechnica.com/gadgets/2021/11/android-12-the-ars-technica-review/|url-status=live}}</ref>
== See also ==
* [[Android software development]]
* [[
== References ==
{{reflist}}
== External links ==
* {{official website}}
{{Android|state=collapsed}}
[[
[[Category:Computer file formats]]
|