How to Share Apps as APK — Send Installed Apps to Another Device

How to Share Apps as APK — Send Installed Apps to Another Device

Last Updated :

Why Share Apps as APK Files?

There are many legitimate reasons to share an installed app directly rather than pointing someone to the Play Store:

App no longer available: The app was removed from Play Store (policy violation, developer abandoned it, regional restriction) but you still have it installed and working.

No internet available: You're setting up someone's phone in a location without internet. Extract APKs from your phone and transfer via Bluetooth or USB.

Devices without Play Store: Huawei phones (no GMS), Amazon Fire tablets/TVs (Amazon Appstore only), or custom ROMs without Google apps.

Specific version needed: A newer update broke something. You have the working older version installed — extract and share it.

Faster than downloading: On slow or metered internet, transferring a local APK via WiFi is faster than downloading from Play Store.

Enterprise deployment: Distributing internal company apps to employee devices without publishing to Play Store.

Extracting APKs with AnExplorer

  1. Open AnExplorer → ☰ → App Manager
  2. All installed apps appear in a list (sorted by name, size, or date)
  3. Find the app you want to share
  4. Tap the backup/extract icon (or long-press → Backup APK)
  5. APK extracts to Internal Storage/AnExplorer/Backup/ (or similar)

Method 2: Navigate to app directory

For advanced users:

  1. AnExplorer → navigate to /data/app/ (requires root)
  2. Find the app's package folder (e.g., com.example.app-1/)
  3. The APK file is base.apk inside this folder
  4. Copy it to a shareable location

What gets extracted

App typeWhat AnExplorer extractsCan recipient install?
Standard APK (single)One .apk file✅ Directly
Split APK (app bundle).apks bundle (base + splits)✅ Via AnExplorer
System appAPK + library dependencies⚠️ May need matching device
App with large OBB dataAPK only (not OBB)⚠️ App re-downloads OBB data

Sharing Methods

WiFi Share (phone-to-phone, fastest)

  1. On sender: AnExplorer → navigate to extracted APK → WiFi Share
  2. On recipient: AnExplorer → WiFi Receive
  3. APK transfers at 20-50 MB/s
  4. Recipient taps the APK → Install

Device Connect (to PC or any device)

  1. Sender: Device Connect → Start
  2. Recipient's device: open browser → type address
  3. Navigate to the APK file → download
  4. On Android recipient: open APK → Install

Bluetooth (slow but universal)

  1. Select APK file → Share → Bluetooth
  2. Select paired device
  3. Recipient accepts → APK received
  4. Speed: ~0.3 MB/s (fine for single APKs under 50 MB)
  1. Upload extracted APK to Google Drive, MEGA, or Dropbox
  2. Share the link with recipient
  3. They download and install
  4. Useful when you're not on the same network

USB drive (for offline setup)

  1. Copy extracted APKs to USB flash drive
  2. Give drive to recipient
  3. They connect via OTG and install from AnExplorer

Installing the Shared APK

On the recipient's device:

  1. Open the received APK in a file manager (AnExplorer recommended)
  2. Tap the APK file → Install
  3. If blocked: Settings → Apps → Special app access → Install unknown apps → allow the file manager
  4. Wait for installation → Done

For split APK bundles (.apks): The recipient also needs AnExplorer (or a similar tool) that handles multi-APK installation. The built-in system installer can't process .apks bundles.

What's Included (and Not) in a Shared APK

Included in APKNOT included
App code and resourcesYour login/password
App UI and featuresYour saved data
Default settingsYour preferences/customizations
Your chat history
Downloaded content (music, maps)
Game saves and progress
In-app purchases (tied to account)

The recipient gets a fresh install. They'll need to log in with their own account, re-download any in-app content, and configure their own settings. Your personal data never leaves your device.

Common Use Cases

Setting up a new phone without internet

When helping someone set up a phone with no WiFi available:

  1. On your phone: extract APKs for essential apps (WhatsApp, Chrome, banking app)
  2. Transfer all APKs via Bluetooth or USB drive
  3. Install on the new phone one by one
  4. They can log in and set up later when internet is available

Sharing apps removed from Play Store

Popular apps that were removed (often for policy reasons but still functional):

  1. You have it installed → extract with App Manager
  2. Share to the person who wants it
  3. They install and use normally
  4. Note: won't receive updates from Play Store (must manually update via new APKs)

Setting up Fire TV or Huawei without Google Play

Devices without Google Play need apps sideloaded:

  1. On your Android phone: extract APKs of desired apps
  2. Transfer to Fire TV via AnExplorer WiFi Share, or to Huawei via Bluetooth/USB
  3. Install on the target device
  4. Essential for getting YouTube, Chrome, and other Google apps on Fire TV

Downgrading a broken app update

When an app update breaks functionality:

  1. If you have the older version on another device → extract it
  2. On the broken device: uninstall the new version
  3. Install the older APK → working version restored
  4. Disable auto-update for that app in Play Store

Limitations and Considerations

DRM-protected apps: Some apps (banking, streaming) verify their installation source. APKs extracted and reinstalled may not work if they check for Play Store installation verification.

Architecture-specific: APKs are tied to CPU architecture (ARM, ARM64, x86). An APK from an ARM64 phone won't work on an x86 device (rare in 2026, but possible with some Chromebooks).

Google Play Protect: Recipients may see a warning when installing sideloaded APKs. This is normal — tap "Install anyway" for trusted apps.

App bundles (modern apps): Newer apps distributed as Android App Bundles produce split APKs per device. AnExplorer extracts all splits into an APKS package, but the recipient needs a file manager that installs split packages (like AnExplorer).

Bulk App Backup Before Phone Switch

When switching to a new phone, back up all your apps at once:

  1. Open AnExplorer → App Manager
  2. Select multiple apps (long-press first, then tap others)
  3. Tap Backup All Selected
  4. All APKs extract to the backup folder
  5. Transfer the entire backup folder to your new phone (via NAS, cloud, USB, or Device Connect)
  6. Install each APK on the new phone

Note: This transfers the apps themselves, not your data. For data migration, use the phone manufacturer's migration tool (Samsung Smart Switch, Google backup) alongside APK transfer.

Security Best Practices When Sharing APKs

  1. Only share your own installed apps — don't redistribute paid apps
  2. Verify APK integrity — if you received an APK from someone, scan with Play Protect before installing
  3. Don't share banking/payment apps — these often have device-binding that makes shared copies non-functional
  4. Use trusted transfer methods — WiFi Share or Device Connect (local, private) over random cloud links
  5. Keep APKs updated — shared APKs become outdated; recipients should eventually get the Play Store version

Frequently Asked Questions

Copyright © DWorkS 2011 – 2026 All Rights Reserved.