How to Install APKS Files on Android — SAI Split APK Bundle Installer

How to Install APKS Files on Android — SAI Split APK Bundle Installer

Last Updated :

How to Install APKS Files on Android

APKS is the bundle format used by SAI (Split APKs Installer) and common in backup tools. Unlike a single .apk file, an .apks file is actually a ZIP container holding multiple APK splits — base APK, architecture-specific code, screen density resources, and language packs. You can't install it with a regular package manager; you need a split APK installer like AnExplorer.

Quick Answer

Open AnExplorer → navigate to the .apks file → tap it → tap Install. AnExplorer automatically expands the bundle and installs all splits.


Step-by-Step: Install an APKS File

  1. Move the .apks file to your phone (download, ADB backup, or transfer from another device)
  2. Open AnExplorer → navigate to the file (usually in Downloads/)
  3. Tap the .apks file — AnExplorer recognizes it as a split APK bundle
  4. Review the app info shown: package name, version, required permissions
  5. Tap Install — Android installs all splits together in one session
  6. Open the app when installation completes

Where APKS Files Come From

SourceUse case
ADB backup (adb backup)Android full device backup
SAI tool exportsManual app backups with splits preserved
App bundle sideload toolsApps downloaded from alternative stores
Custom ROM toolsPre-packaged system app replacements

APKS vs APKM vs XAPK

FormatSourceContainer formatUnique
.apksSAI / ADBZIP of APK splitsMost common in backup tools
.apkmAPKMirrorZIP of APK splitsAPKMirror-specific
.xapkAPKPureZIP of APK + OBBIncludes game data

All three are ZIP containers internally — the difference is metadata format and what extra data is included.


Enable Unknown Sources for AnExplorer

  1. Settings → Apps → AnExplorerInstall unknown apps → Allow
  2. First time you tap an APKS file, Android may prompt you — tap Settings and enable

Inspecting APKS Contents

You can look inside an APKS bundle without installing it:

  1. Long-press the .apks file in AnExplorer
  2. Tap Open as archive (or rename it to .zip temporarily)
  3. You'll see the split APK files listed: base.apk, split_config.arm64_v8a.apk, etc.

This is useful to verify the correct architecture splits are included before installing.


Troubleshooting

"Package conflicts with existing package"

An older version of the app is installed. Android doesn't allow installing an older version over a newer one. Either uninstall the current version first, or confirm you have a newer APKS file.

APKS installs but some features are missing

The bundle may be missing device-specific splits. Look inside the .apks as a ZIP — check if your device's architecture split (arm64_v8a, x86_64) is included.


Copyright © DWorkS 2011 – 2026 All rights reserved