To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Android App Bundle

From Wikipedia, the free encyclopedia

Android App Bundle
Filename extension
.aab
Type of formatPackage format
Container forAndroid
Open format?yes
Websitedeveloper.android.com/guide/app-bundle Edit this at Wikidata

Android App Bundle is the Android application publishing file format. The App Bundle must include the application's compiled code and resources, which allows for the signing and generation of APK files to be deferred to the app store, reducing the initial download size of the app.[1] The file extension used for this format is ".aab".[2]

Google Play requires Android App Bundles for all new apps since August 2021 and for all updates to preexisting apps since November 2021.[3][4] Since May 2023, Android TV requires AABs.[5]

YouTube Encyclopedic

  • 1/5
    Views:
    45 833
    14 117
    1 412
    81 034
    845
  • How to create signed Android App Bundle & Publish To Playstore 2020 | Full Steps | Publish bundle
  • How to generate Android app Bundle AAB File in Android Studio
  • How to fix "To Upload an Android App Bundle you must be enrolled in Play App Signing" on Windows
  • React Native Tutorial #35 - Generating APK & Android App Bundle for Google Play Store
  • Create Android App Bundle (.aab) file for Google Play Store

Transcription

Split APKs

Without Android App Bundles, an APK can support multiple languages, up to four different CPU architectures, and several display resolutions.[6] This meant that each installation file could contain potentially large amounts of bloat irrelevant for a device's specific combination of CPU, locale, and screen size.[6]

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.[7] 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.[8]

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.[9]

See also

References

  1. ^ "About Android App Bundles". Android Developers. Archived from the original on 2021-08-09. Retrieved 2021-08-15.
  2. ^ "bundletool". Android Developers. Retrieved 2021-10-19.
  3. ^ Peters, Jay (2021-06-30). "Google is moving away from APKs on the Play Store". The Verge. Archived from the original on 2021-08-04. Retrieved 2021-08-15.
  4. ^ "New Android App Bundle and target API level requirements in 2021". Android Developers Blog. Retrieved 2022-11-22.
  5. ^ Amadeo, Ron (2022-11-22). "Android TV will require App Bundles in 2023, should reduce app size by 20%". Ars Technica. Retrieved 2022-11-22.
  6. ^ a b Amadeo, Ron (2021-07-01). "Google Play dumps APKs for the more Google-controlled "Android App Bundle"". Ars Technica. Archived from the original on 2021-08-12. Retrieved 2021-08-15.
  7. ^ Tim Anderson. "Android devs prepare to hand over app-signing keys to Google from August". www.theregister.com. Archived from the original on 2021-07-24. Retrieved 2021-08-15.
  8. ^ Elliott, Dom (2020-11-23). "A new publishing format for the future of Android". Medium. Archived from the original on 2021-07-16. Retrieved 2021-08-15.
  9. ^ Amadeo, Ron (2021-11-15). "Android 12: The Ars Technica Review". Ars Technica. Retrieved 2021-11-21.

External links

This page was last edited on 6 May 2024, at 09:15
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.