MirrorNest
← Tous les guides

XAPK Files on Android

XAPK bundles an app's main APK together with its OBB expansion data (or split config APKs) in one .xapk file -- it needs a dedicated installer app, since Android has no built-in XAPK support.

Système : Android 8.0+AndroidSideloadingSite officiel ↗Documentation officielle ↗
Ce guide est élaboré à partir de la documentation officielle de XAPK Files on Android, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
  1. 1Understand what's actually inside an XAPK

    An .xapk file is a zip archive containing either (a) one APK plus an OBB data folder for a large game's assets, or (b) a base APK plus several split config APKs (per-architecture/per-language) the way the Play Store itself delivers big apps. Either way, Android can't install the .xapk file directly -- it needs to be unpacked and installed correctly.

  2. 2Install a dedicated XAPK/split-APK installer app

    SAI (Split APKs Installer) is a well-known, open-source option that handles both OBB-style and split-APK-style XAPK files automatically -- mirrored and scanned on MirrorNest itself.

  3. 3Open the .xapk file with the installer app

    From your file manager, long-press the .xapk file and choose to open it with SAI (or your chosen installer) instead of the default handler -- it reads the archive and installs the base APK plus its split/OBB data in the correct place automatically.

  4. 4Confirm the install prompts

    You'll see the normal Android permission/install confirmation, same as a plain APK -- approve it to finish.