If you’ve downloaded a modern Android app and found multiple .apk files (like base.apk, split_config.arm64_v8a.apk, split_en.apk, etc.), you’re dealing with a split APK—also known as an Android App Bundle (AAB). These are now the standard for most apps on Google Play, but they cannot be installed by tapping individual files. Doing so will cause errors like “App not installed” or “Parse error.”
Here’s how to install split APKs correctly and safely in 2026.
❌ What NOT to Do
- Do NOT tap each
.apkfile individually → This will fail. - Do NOT use generic “APK installer” apps → Most don’t support split APKs.
- Do NOT rename or move files → The installer needs all parts in one folder.
✅ The Right Way: Use SAI (Split APKs Installer)
SAI is a free, open-source, trusted tool designed specifically for installing split APKs. It’s the standard used by millions of Android users and developers.
🔹 Step 1: Install SAI
- Go to the official source:
- F-Droid: f-droid.org/packages/com.aefyr.sai
- GitHub (direct APK): github.com/Aefyr/SAI/releases://github.com/Aefyr/SAI/releases
- Download and install SAI_vX.X.X.apk
- Open SAI once installed
✅ SAI is safe, ad-free, and does not require root.
🔹 Step 2: Prepare Your Split APK Files
- Ensure all split files are in the same folder
Example folder contents:
base.apk
split_config.arm64_v8a.apk
split_config.en.apk
split_config.xxxhdpi.apk - Do not delete or rename any files
💡 Tip: If you downloaded from APKMirror, choose the “Bundle” option—they provide all required files.
🔹 Step 3: Install Using SAI
- Open SAI
- Tap “Install APKs”
- Navigate to your folder and select every
.apkfile (long-press to multi-select) - Tap “Select” (top-right)
- Wait for SAI to process and install
- Tap “Done” when finished
✅ The app will now appear on your home screen—fully functional.
🛠️ Troubleshooting Common Issues
| Issue | Fix |
|---|---|
| “Installation failed” | Ensure you selected all .apk files—not just base.apk |
| App crashes on launch | You may have downloaded the wrong architecture (e.g., x86 on ARM phone). Re-download the arm64-v8a bundle |
| SAI won’t open | Enable “Install unknown apps” for your browser/file manager (Settings → Security) |
| Missing language/resources | Make sure you included split_config.en.apk (or your language) |
🔍 How to Know If an APK Is a Split Bundle
On APKMirror:
- Look for “Bundle” under the download button
- File list shows multiple
.apkfiles - Size is often larger than a single APK
📌 Single APKs have only one
.apkfile—you can install those by tapping directly.
💡 Pro Tips
- Always download split APKs from trusted sources like APKMirror (look for “Android Police Verified”)
- Keep SAI installed—you’ll need it again for future apps
- Don’t mix files from different versions—all splits must be from the same release
Final Thought
Split APKs aren’t broken—they’re just modular by design. With SAI, installing them is as easy as installing a regular app. Just remember: select all files, use SAI, and never tap them one by one.
Your favorite apps will install cleanly, run smoothly, and stay up to date—all without rooting or risking malware.
Happy installing! 📲✅