有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (1) 个答案

  1. # 1 楼答案

    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.)