Split package map
Detect APKM package parts such as base APK, architecture splits, language splits and density splits.
APKM split package
Inspect APKM archives locally, identify base and split APK files, download each package part, and copy install-multiple guidance.
Supports: .apkm
Files never leave your device
Start local analysis
Before you upload
Detect APKM package parts such as base APK, architecture splits, language splits and density splits.
Generate install-multiple guidance so required APK files stay together during installation.
Parse the embedded base APK manifest when available to show package identity and version.
Tool guide
Use the APKM to APK Extractor to inspect APKM packages and understand which APK parts are required for installation. APKM files commonly contain a base APK plus split APK files for architecture, language, screen density or features.
List base APK and split APK files inside an APKM archive.
Identify architecture, density and language splits before installing.
Generate an ADB install-multiple command for complete split packages.
Download individual APK parts for testing or review.
Continue the workflow