ByteScope

Android APK file format

An Android application package — a ZIP archive of compiled code, resources and a manifest.

MIME type
application/vnd.android.package-archive
Extensions
.apk
Category
Archives & compression

Magic-number signature

0x00000000504B0304PK··'PK' — it is a ZIP

Inside the ZIP: an 'AndroidManifest.xml' entry (and usually 'classes.dex').

About the Android APK format

An APK is the install package for an Android app: a ZIP containing DEX bytecode, resources and a binary manifest. It is recognized by an 'AndroidManifest.xml' entry inside the ZIP.

Related formats

Have a file that might be Android APK? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.