here is a quick explainer. Before app bundles, developers either created a single "fat" APK with all the libraries and resources in them or manually managed multiple APK variants (for example, arm64 320dpi, x86 320dpi, arm64 640dpi, etc.).
The new App Bundles allow developers to transfer the burden of dealing with variants to Google, which then splits the app release into multiple chunks - hence the term split APKs. Each release then consists of a base APK and one or more APK splits.
For example, a single release may now arrive as 5 files: base.apk + arm64.split.apk + 320dpi.split.apk + en-us.lang.split.apk + es-es.lang.split.apk.
Unfortunately, you can't install all these APK splits by just tapping them on your device - you can only install the base APK, which will then crash due to missing resources
Latest Version
1.3.2 (17-5)Uploaded by
Adriel Dvoss
Requires Android
Android 5.0+
Category
Free Tools AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Jul 16, 2022
Minor bug fixes and improvements. Install or update to the newest version to check it out!