2011-09-17 62 views

回答

1

* .apk文件基本上都是zip文件,因此您至少可以查看單個資源以獲取應用程序圖標。 ApplicationManifest.xml是如何編譯成二進制格式的,所以這可能會更難以解碼(但也有答案顯示該任務的代碼也在這裏:How to parse the AndroidManifest.xml file inside an .apk package)。