Split package map
Detect base APK and configuration splits such as ABI, language, density and feature modules.
Split APK install package
Inspect APKS archives, identify base and split APK files, download each package part, and copy the correct install-multiple command.
Supports: .apks
Files never leave your device
Start local analysis
Before you upload
Detect base APK and configuration splits such as ABI, language, density and feature modules.
Generate an ADB install-multiple command so all required APK files are installed as one package.
Parse the embedded base APK manifest when available to show package identity and version.
Tool guide
Use the APKS to APK Extractor to inspect split APK archives and understand which package parts are required for installation. APKS files commonly include a base APK plus configuration splits for CPU architecture, language, density or feature modules.
List base APK and split APK files inside an APKS 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