Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道一个典型的 APK 文件会有 AndroidManifest.xml 但这不是我要求的方面。我问的是 ZIP 结构和标题,即从较低级别的角度来看。
任何 APK 文件都是有效的 ZIP 文件。不仅如此 - 必须存在的文件,zipalign通常用于对齐文件中的数据结构的事实 - 但它都是有效的 ZIP。
zipalign
AFAIK,它是一个完全标准的 ZIP 文件。使用我尝试过的任何工具将 APK 作为 ZIP 文件处理都没有问题。
请注意,与常规 ZIP 文件一样,并非所有条目都会被压缩(因文件类型而异)。