An Android application for rebuilding split APK packages into a single installable APK directly on your device.
Merger supports APKS, XAPK, and APKM packages, automatically detects required split APK components, and generates a signed standalone APK ready for installation.
Choose the method that works best for you:
- π± Extract APKs directly from installed applications
- π Import package files using direct file paths
- π Import package files through Android Storage Access Framework (SAF)
- Support for APKS, XAPK, and APKM packages
- Automatic split APK detection
- ABI split filtering
- DPI split filtering
- Standalone APK generation
- APK signing support
- Material Design 3 interface
- Material You support (Android 12+)
- Dynamic Color support
- Dark mode support
- Pure Black theme support
| Format | Support |
|---|---|
| APKS | β |
| XAPK | β |
| APKM | β |
Click any screenshot to view the full-size image.
- Select an APKS, XAPK, or APKM package, or extract APKs from an installed application.
- Merger analyzes available split APK components.
- Compatible ABI and DPI splits are selected automatically.
- The package is rebuilt into a standalone APK.
- The generated APK is signed and prepared for installation.
Used for reading APKS, XAPK, and APKM files stored on external storage on supported Android versions.
Legacy storage permission used for writing generated APK files on older Android versions.
Provides broad file-system access for direct file imports and APK output generation without relying exclusively on Android's document picker.
Required for launching Android's package installer after APK generation is complete.
Without this permission, Android prevents applications from initiating APK installation requests.
Used for APK processing, package rebuilding, and split APK merging.
Repository:
https://github.com/REAndroid/APKEditor
License:
Apache License 2.0
Used by APKEditor for Android resource table parsing and manipulation.
Repository:
https://github.com/REAndroid/ARSCLib
License:
Apache License 2.0
Used for APK signing and signature generation.
Repository:
https://android.googlesource.com/platform/tools/apksig
License:
Apache License 2.0
Used for Material Design UI components.
Repository:
https://github.com/material-components/material-components-android
License:
Apache License 2.0
Used for icons and visual assets.
Repository:
https://github.com/google/material-design-icons
License:
Apache License 2.0
- Android 10 (API 29) or higher
This project is intended for educational, research, interoperability, and APK package management purposes.
Users are responsible for complying with software licenses, distribution terms, copyright requirements, and applicable laws when processing APK packages.
This project does not distribute third-party APKs and does not bypass Android security mechanisms.
A debug signing key is bundled with the application for convenience. It is intended only for locally generated APKs and must not be used for production releases
Licensed under the Apache License, Version 2.0.
See the LICENSE file for details.
