This commit is contained in:
parent
d34e403ca5
commit
3b5df50248
16 changed files with 1629 additions and 248 deletions
|
|
@ -11,7 +11,7 @@ Those changes make Android a unique operating system.
|
|||
==== Android Applications <sec:bg-android-apk>
|
||||
|
||||
Applications in the Android ecosystem are distributed in the #APK format.
|
||||
#APK files are #JAR files with additional features, which are themself #ZIP files with additional features.
|
||||
#APK files are #JAR files with additional features, which are themselves #ZIP files with additional features.
|
||||
|
||||
A minimal #APK file contains a file `AndroidManifest.xml`, the `META-INF/` folder containing the #JAR manifest and signature files, and an #APK Signing Block at the end of the #ZIP file.
|
||||
The code of the application is then stored in a custom format, the Dalvik bytecode, or in the binary ELF format, called native code in the Android ecosystem, or both.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue