Android App Bundle: Difference between revisions

Content deleted Content added
add icon
format official website
Line 16:
| extended to =
| standard =
| url = {{Official website|https://developer.android.com/guide/app-bundleurl}}
}}
'''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}}</ref>
Line 35:
== References ==
{{reflist}}
 
== External links ==
* {{official website}}
 
{{Android|state=collapsed}}