Is APK an abbreviation for Android Package Kit? What about the file itself? Is it an archive such as ZIP where during install the installer extracts and copies the files onto the file system?
|
|
http://en.wikipedia.org/wiki/APK_(file_format) APK files are a variant of the JAR file format, which are built on the ZIP file format, with a .apk file extension. |
||||
|
|
APK (Android Package) file is a file format which is created by Google. This format is one of the group members of Executable Files (similar to EXE, MST, AIR). APK file extension is in the Open Handset Alliance which is a mobile phone platform based on Linux. This file extension is especially created when using Google's Android SDK. APK files contain the code files, resource files and the AndroidManifest XML file extension. For more detail http://edugoing.com/qna/index.php?qa=14&qa_1=describe-the-apk-format#a171 |
||||
|
|
protected by Community♦ Aug 16 '12 at 12:48
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.