What is .APK File Extension?
Identify the Different Technical Aspects of APK file:
Developer: | |
Format Type: | Binary |
File Category: | Executable Files |
MIME Type: | application/vnd.android.package-archive |
File Hex Signature: | N/A |
Supported Platforms: | Android |
Full Form of .apk file extension :
Android application Package file
Where APK file is Located in Android Device
APK files are located in the following directories of android device
- /system/app/
- /data/app
- /data/app-private
- /sdcard/.android_secure (This shows .asec file instead of apk)
- In Samsung Device APK is Stored in: /sdcard/external_sd/.android_secure
App directory is only accessible through the rooted mobile device so you should have rooted android device to view the first three directories
Brief Introduction about the APK (Android Application Package) file of Android
APK file extensions are specially created for the android operating system. Android is a Linux based platform developed by Google for mobile device.
The apk file contains the actual source data (Compiled .dex, .arsc, AndroidManifest.xml, graphical, setting, source files) of Android device
The Structure of APK file
APK file format is a compressed zip format and you can open this file by using any one of the decompression tool (WinZIP, WinRAR). Just rename the apk extension to zip extension and open it using WinZip or WinRAR tool.
|-- AndroidManifest.xml|-- META-INF
| |-- CERT.RSA
| |-- CERT.SF
| `-- MANIFEST.MF
|-- classes.dex
|-- res
| |-- drawable
| | `-- icon.png
| `-- layout
| `-- main.xml
`-- resources.arsc
Apps used to Open the APK file Extension in Windows OS
- BlueStacks
- Google Android SDK
- 7-Zip
- WinRAR
- Genymotion
- Corel WinZip 18.5
Programs to Open APK in MAC OS
- BlueStacks
- Genymotion
- Apple Archive Utility
- Google Android SDK
- Smith Micro StuffIt Deluxe 16
- Corel WinZip 18.5
Programs to Open APK in Linux OS
- Google Android SDK
- Genymotion
Open APK in Android Device
- Google Android