At One Place

.apk files

.apk file
Android Application Package
An Android app installer — a zip of code and resources.

What opens a .apk file

Windows
BlueStacks (emulator), Android Studio emulator, 7-Zip (to inspect contents)
macOS
Android Studio emulator, BlueStacks Air
Linux
Android Studio emulator, Waydroid

What a .apk file is

APK is the package Android installs apps from, structurally a ZIP file with a manifest, compiled code and resources. Installing one outside the Play Store requires enabling install from unknown sources, and sideloading is the main route by which Android malware spreads. On a PC there is no native way to run one: Microsoft ended Windows Subsystem for Android in March 2025, so an emulator such as BlueStacks or Android Studio is now the answer, while 7-Zip will happily open the archive to look inside.

Converting it

A .apk file is commonly converted to .zip or .aab. It is a binary format, so a text editor will show unreadable characters rather than its contents.

Details

Extension
.apk
Full name
Android Application Package
Category
Programs and installers
MIME type
application/vnd.android.package-archive
Created by
Google
Format
Binary

Common questions

How do I open a .apk file?
On Windows use BlueStacks (emulator); on macOS use Android Studio emulator; on Linux use Android Studio emulator. An Android app installer — a zip of code and resources.
What is a .apk file?
Android Application Package. APK is the package Android installs apps from, structurally a ZIP file with a manifest, compiled code and resources. Installing one outside the Play Store requires enabling install from unknown sources, and sideloading is the main route by which Android malware spreads.
Can I convert a .apk file?
Yes. It is usually converted to .zip or .aab, either by exporting from one of the programs listed above or with a format converter.

Related pages

Sources

  1. Media Types Registry — IANA
  2. Official vendor product documentation — At One Place

How these figures are compiled and checked