2016-02-29 93 views

回答

4

APK文件只是具有不同内容的zip文件。

Is there a difference between typical a ZIP file and an APK file?

http://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html

The JAR feature enables the packaging of class files, images, sounds, and 
other digital data in a single file for faster and easier distribution. A tool 
named jar enables developers to produce JAR files. 

(Technically, any zip file can also be considered a JAR file, although when 
created by the jar command or processed by the jarsigner command, JAR files 
also contain a META-INF/MANIFEST.MF file.)