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
- Open AnExplorer
- Navigate to App Manager (in the sidebar, home screen, or menu)
- Browse or search for the app you want to extract
- Tap the app to select it (or long-press for options)
- Choose Extract APK / Backup / Share as APK
- Select the destination folder (Downloads/ is a good default)
- 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 codesplit_config.arm64_v8a.apk— native code for your CPU architecturesplit_config.xxhdpi.apk— resources for your screen densitysplit_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.
Sharing APK Files
Via Bluetooth
- Navigate to the extracted APK in AnExplorer
- Long-press → Share → Bluetooth
- Select the target device from paired devices
- The recipient accepts the transfer on their device
- They open the received APK to install
Bluetooth is slow (1-3 MB/s) but works without WiFi or internet.
Via Connect
- Start Connect in AnExplorer
- On the receiving device, open a browser and enter the displayed URL
- Navigate to the folder containing the extracted APK
- Download the APK from the browser interface
- Much faster than Bluetooth (20-50 MB/s on WiFi)
Via Messaging Apps
- Long-press the APK → Share → choose your messaging app
- Some apps (WhatsApp, Telegram) support APK file sharing
- Note: Some messaging apps block APK sharing for security — rename to
.zipif needed, then rename back on the receiving end
Via Email
- Share the APK as an email attachment
- Most email services limit attachment size to 25 MB
- 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:
- Extract APKs of apps you might want later
- Save them to cloud storage, NAS, or SD card
- Uninstall the apps to free space
- Reinstall from the saved APK whenever needed
Share Apps Without Internet
In areas with poor internet or expensive data:
- One person installs the app from Play Store
- Extract the APK using AnExplorer
- Share directly to other devices via Bluetooth or local WiFi
- 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:
- Extract APKs of important apps you rely on
- Keep the APK files backed up to cloud/NAS
- If the app disappears from Play Store, you have your own copy
- Note: the app won't receive updates anymore, so this is a snapshot in time
Downgrade to Older App Version
If an app update introduced bugs:
- If you previously backed up the older APK, you can:
- Uninstall the current (bugged) version
- Install the saved older APK
- 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):
- Install the app on your phone from Play Store
- Extract the APK
- Transfer to the other device via any method
- 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)
- Open the APK file
- Android prompts "Install unknown apps"
- Tap Settings to go to the permission screen
- Enable "Allow from this source" for the file manager or browser that opened the APK
- 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)
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
Related Guides
- Backup Apps as APK — comprehensive app backup strategies
- App Not Installed Error — fix APK installation failures
- OBB and Data Folders — understand app data beyond APKs
- Access Files from Browser — share APKs via Connect