Articles · Guides

How to install an APK on modern Android, step by step

Most sideloading instructions online still describe Android 7, where one global switch allowed installs from unknown sources. That switch is gone. Since Android 8 the permission is per-app, and since Android 11 the OBB folder is protected, which is why hand-copying game data now fails silently.

Grant the permission to the right app

The permission belongs to the app that hands the file to the installer, not to the file. Download in Chrome and open from Chrome, and Chrome needs it. Open the same file from Files, and Files needs it.

  1. Open Settings and search for "unknown apps" The exact path differs by manufacturer; searching avoids hunting through menus.
  2. Pick the app you download with Usually your browser, your file manager, or the installer app.
  3. Turn on Allow from this source This is remembered per app, so you only do it once each.
  4. Open the file and confirm the install Play Protect may scan it first; that scan is normal and can take a few seconds.

广告

Then follow the file type

FileWhat to doWhy
APKTap itAndroid installs it natively
XAPKOpen with an installer appIt is an archive, not an installable package
APKSOpen with an installer appSeveral split APKs that must install together
OBB aloneLet the installer place itSince Android 11 apps cannot write to other apps' OBB folders

XAPK Installer

TarrySoft
4.4 10 M+ 35 MB

Unpacks XAPK and APKS files, installs the base and every split in a single session, and writes OBB data where Android 11 and newer still allow it.

When it refuses

Quick checks
  • Uninstall any existing copy first, signatures must match to update
  • Confirm the app supports your Android version
  • Free two to three times the file size
  • Re-download if the file was interrupted
Not the cause
  • Rooting the phone, which is never required
  • Disabling Play Protect, which only skips the scan
  • Changing the file extension, which does nothing

Grant the permission to the app you download with, use an installer for anything that is not a plain APK, and uninstall the old copy when an update refuses.

Frequently asked questions

Is sideloading safe?

It is as safe as the file. An APK carrying the developer's original signature is the same app the Play Store would install. The risk is repackaged files from unknown sources, which Android cannot install over the original anyway.

Do I need to turn the permission off afterwards?

Not really, but it is a reasonable habit for a browser. The permission only lets that app start an install, and every install still needs your confirmation.

Will sideloaded apps update themselves?

Only if the app has its own updater. Otherwise you update it the same way you installed it, and the new file must carry the same signature.

Read next

APK download against the Play Store

This is not a rivalry. Each does something the other cannot.

Paying for a VPN: what changes

You are not buying encryption. You are buying an operator whose income does not depend on you.

Archive tools on Android compared

For a plain ZIP either works. For a split, password-protected archive, only one does.