lookup> .apk

.APK·File Extension

Android App PackageAndroid application package.

Extension.apk
File typeAndroid App Package
CategoryArchive
Charset
CompressibleNo
Format familyapk

What is a .apk file?

A .apk file is a Android App Package — Android application package.

In the mime-db registry it maps to application/vnd.android.package-archive, and it is marked as non-compressible. When serving .apk over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to application/vnd.android.package-archive — and is delivered over HTTP via the Content-Type header.

  • Use Android or Android Studio to open and edit .apk files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: application/vnd.android.package-archive

Common software that reads/writes .apk:

AndroidAndroid Studio7-Zip
.apkextension of
format
apkserved as
mime type
application/vnd.android.package-archivesent via header
http header
  • File distribution
  • Backup bundles
  • Software installation packages
  • Open the file with Android, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .apk extension, or export this format from Android.

What programs can open .apk files?

Common options include Android, Android Studio, 7-Zip. You can also open many of these files with built-in viewers or a browser.

How do I create a .apk file?

Create a new file in any text editor or the app that owns the format and save it with the .apk extension.

What is the relationship between .apk and the application/vnd.android.package-archive MIME type?

application/vnd.android.package-archive is the media type identifier used for .apk files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes