Site hosted by Angelfire.com: Build your free website today!

Android application package (APK) is the package file format used by the Android operating system for distribution and installation of mobile apps and middleware.


APK files are analogous to other software packages such as apk in Microsoft Windows or Deb packages in Debian-based operating systems like Ubuntu. To make an APK file, a program for Android is first compiled, and then all of its parts are packaged into one file. An APK file contains all of that program's code (such as .dex files), resources, assets, certificates, and manifest file. As is the case with many file formats, APK files can have any name needed, provided that the file name ends in ".apk"