Extract and Share Installed Apps as APK on Android

Last Updated :

To extract an installed app as an APK file, open AnExplorer's App Manager, select the app you want to extract, and tap Extract or Backup APK. The APK file is saved to your storage where you can share it with other devices via Bluetooth, messaging apps, or wireless transfer. This is useful for backing up apps before uninstalling, sharing free apps with other devices, or archiving apps that may be removed from the Play Store.

What is App Manager?

AnExplorer's App Manager is a dedicated section that shows all applications installed on your device — both user-installed apps and system apps. It provides:

  • Complete app list: Every app currently installed, with name, version, size, and install date
  • APK extraction: Export any app as an installable APK file
  • App information: Package name, version code, install source, permissions used
  • Quick uninstall: Remove apps directly from the list
  • Sorting and filtering: By name, size, install date, or last used

Extracting APK Files

Step-by-Step

  1. Open AnExplorer
  2. Navigate to App Manager (in the sidebar, home screen, or menu)
  3. Browse or search for the app you want to extract
  4. Tap the app to select it (or long-press for options)
  5. Choose Extract APK / Backup / Share as APK
  6. Select the destination folder (Downloads/ is a good default)
  7. AnExplorer extracts the APK and saves it

The extracted file is named something like AppName_v1.2.3.apk and is a fully installable package.

What Gets Extracted

The APK file contains:

  • The app's compiled code (DEX files)
  • Resources (images, layouts, strings)
  • Manifest file (permissions, components)
  • Native libraries (if the app uses them)
  • Assets (fonts, databases, configuration files)

The APK does NOT contain:

  • Your personal data (logins, saved state, preferences)
  • App caches or downloaded content
  • In-app purchases or subscription status
  • Licence verification (some apps check this on install)

Split APKs (App Bundles)

Since 2021, most Play Store apps ship as Android App Bundles (AAB) rather than single APKs. When installed, these appear as "split APKs" — multiple APK files that together make up the full app:

  • base.apk — the core app code
  • split_config.arm64_v8a.apk — native code for your CPU architecture
  • split_config.xxhdpi.apk — resources for your screen density
  • split_config.en.apk — language-specific resources

AnExplorer's App Manager handles this automatically:

  • For single-APK apps: extracts one .apk file
  • For split-APK apps: extracts all splits together (as APKS bundle or combined APK)

When sharing split APK apps, the recipient needs all the splits to install successfully, or they need a split APK installer.

Get the AnExplorer File Manager

Manage, transfer, and access your files on any device.

Get the App

Sharing APK Files

Via Bluetooth

  1. Navigate to the extracted APK in AnExplorer
  2. Long-press → ShareBluetooth
  3. Select the target device from paired devices
  4. The recipient accepts the transfer on their device
  5. They open the received APK to install

Bluetooth is slow (1-3 MB/s) but works without WiFi or internet.

Via Connect

  1. Start Connect in AnExplorer
  2. On the receiving device, open a browser and enter the displayed URL
  3. Navigate to the folder containing the extracted APK
  4. Download the APK from the browser interface
  5. Much faster than Bluetooth (20-50 MB/s on WiFi)

Via Messaging Apps

  1. Long-press the APK → Share → choose your messaging app
  2. Some apps (WhatsApp, Telegram) support APK file sharing
  3. Note: Some messaging apps block APK sharing for security — rename to .zip if needed, then rename back on the receiving end

Via Email

  1. Share the APK as an email attachment
  2. Most email services limit attachment size to 25 MB
  3. For larger APKs, use cloud storage or Connect instead

Common Use Cases

Backup Apps Before Uninstalling

If you need to free storage but want to keep the option to reinstall:

  1. Extract APKs of apps you might want later
  2. Save them to cloud storage, NAS, or SD card
  3. Uninstall the apps to free space
  4. Reinstall from the saved APK whenever needed

Share Apps Without Internet

In areas with poor internet or expensive data:

  1. One person installs the app from Play Store
  2. Extract the APK using AnExplorer
  3. Share directly to other devices via Bluetooth or local WiFi
  4. Everyone gets the app without each person downloading separately

Preserve Apps Removed from Play Store

Apps get removed from the Play Store for various reasons:

  1. Extract APKs of important apps you rely on
  2. Keep the APK files backed up to cloud/NAS
  3. If the app disappears from Play Store, you have your own copy
  4. Note: the app won't receive updates anymore, so this is a snapshot in time

Get the AnExplorer File Manager

Manage, transfer, and access your files on any device.

Get the App

Downgrade to Older App Version

If an app update introduced bugs:

  1. If you previously backed up the older APK, you can:
  2. Uninstall the current (bugged) version
  3. Install the saved older APK
  4. Note: not all apps support downgrading (some have database migration requirements)

Send to Devices Without Play Store

For devices that don't have Google Play (Amazon Fire tablets, custom ROMs, Android TV boxes):

  1. Install the app on your phone from Play Store
  2. Extract the APK
  3. Transfer to the other device via any method
  4. Install from file manager on the target device

Installing Shared APK Files

The recipient needs to enable installation from unknown sources:

Android 8+ (Per-App Permission)

  1. Open the APK file
  2. Android prompts "Install unknown apps"
  3. Tap Settings to go to the permission screen
  4. Enable "Allow from this source" for the file manager or browser that opened the APK
  5. Return and tap Install

Security Warnings

Android shows security warnings for sideloaded APKs because:

  • The app hasn't been verified by Play Protect
  • It could potentially be modified/malicious
  • Google cannot guarantee its safety

For APKs you extracted yourself from legitimate apps, these warnings are safe to dismiss. For APKs received from unknown sources, exercise caution.

App Manager Features

Sorting Apps

AnExplorer's App Manager lets you sort by:

  • Name — alphabetical for finding specific apps
  • Size — find the largest apps consuming storage
  • Install date — recently installed apps first
  • Last used — find apps you haven't opened in months (candidates for removal)

Get the AnExplorer File Manager

Manage, transfer, and access your files on any device.

Get the App

Filtering

  • User apps — apps you installed from Play Store or sideloaded
  • System apps — pre-installed apps (bloatware, system utilities)
  • Disabled apps — apps you've disabled but not uninstalled

Bulk Operations

Select multiple apps for batch operations:

  • Extract multiple APKs at once
  • Uninstall multiple apps in one action
  • Share multiple APKs together

System Apps

AnExplorer can also extract system app APKs:

  • These live in /system/app/ or /system/priv-app/
  • System app APKs include bloatware you might want to analyze
  • Extracting system APKs does not require root (just reading the file)
  • However, installing system APK extracts on another device may not work (they often depend on system framework)

Troubleshooting

"App not installed" error when trying to install shared APK

  • Split APK issue: The app requires multiple APK splits; a single base.apk is insufficient
  • Version conflict: A newer version is already installed — uninstall first, then install the older APK
  • Architecture mismatch: The APK was extracted from an ARM64 device but you are trying to install on a different architecture
  • Signature mismatch: Cannot install alongside an existing installation signed with a different key
  • Insufficient storage: Not enough free space to install

Cannot find the extracted APK file

  • Check the Downloads folder (default save location)
  • Use AnExplorer's search to find files ending in .apk
  • Check if the extraction completed — very large apps may take a moment to extract

APK is much smaller than the installed app size

  • The APK contains only the app code and resources — not runtime data, caches, or OBB expansion files
  • Games often have OBB files (Android/obb/) that are separate from the APK
  • Some apps download additional data on first launch that isn't in the APK

Extracted app doesn't work after installing on another device

  • The app may have license verification that checks Play Store purchase status
  • Some apps verify device registration on first launch
  • The app version may be incompatible with the target device's Android version
  • Split APK apps need all their splits — ensure the full bundle was transferred

Get the AnExplorer File Manager

Manage, transfer, and access your files on any device.

Get the App

Frequently Asked Questions

Copyright © DWorkS 2011 – 2026 All Rights Reserved.