Content deleted Content added
Allapkhub007 (talk | contribs) The reference was directed to the wrong URL. I removed it with the correct URL. Tags: Reverted Mobile edit Mobile web edit |
removed stub template |
||
(31 intermediate revisions by 19 users not shown) | |||
Line 2:
{{Infobox file format
| name = Android App Bundle
| icon = Android App Bundle logo.png
| _noextcode =
| extension = {{code|.aab}}
Line 16:
| extended to =
| standard =
| url = {{Official
}}
'''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>
[[Google Play]] requires Android App Bundles for all new apps since August 2021 and for all updates to preexisting apps since November 2021.<ref name="theverge">{{Cite web |last=Peters |first=Jay |date=2021-06-30 |title=Google is moving away from APKs on the Play Store |url=https://www.theverge.com/2021/6/30/22557390/google-apk-app-bundles-package-format-play-store |access-date=2021-08-15 |website=The Verge |language=en |archive-date=2021-08-04 |archive-url=https://web.archive.org/web/20210804045536/https://www.theverge.com/2021/6/30/22557390/google-apk-app-bundles-package-format-play-store |url-status=live }}</ref><ref>{{Cite web |title=New Android App Bundle and target API level requirements in 2021 |url=https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html |access-date=2022-11-22 |website=Android Developers Blog |language=en |archive-date=2023-03-14 |archive-url=https://web.archive.org/web/20230314143553/https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html |url-status=live }}</ref> Since May 2023, Android TV requires AABs.<ref>{{Cite web |last=
== Split APKs ==
Line 27:
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 or feature set, the app store can then deliver additional split APKs on demand to meet the changed requirements.<ref name="googleplaydev">{{Cite web |last=Elliott |first=Dom |date=2020-11-23 |title=A new publishing format for the future of Android |url=https://medium.com/googleplaydev/what-a-new-publishing-format-means-for-the-future-of-android-2e34981793a |access-date=2021-08-15 |website=Medium |language=en |archive-date=2021-07-16 |archive-url=https://web.archive.org/web/20210716040146/https://medium.com/googleplaydev/what-a-new-publishing-format-means-for-the-future-of-android-2e34981793a |url-status=live }}</ref>
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 ==
Line 35:
== References ==
{{reflist}}
== External links ==
* {{official website}}
{{Android|state=collapsed}}
Line 40 ⟶ 43:
[[Category:Android (operating system)]]
[[Category:Computer file formats]]
|