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.
我用ant解压了一个apk文件,但是出现了这样的错误:
<unzip src="test.apk" dest="testdir" >
错误消息:java.lang.RuntimeException:从 0 开始的数据格式未知
我用谷歌搜索了它,并添加了属性 encoding="native-encoding" ,它仍然是错误的。非常感谢您的帮助!
好的,最后我使用 java ziputil 编写了一个自定义 ant 任务来解压缩 apk 文件。它运作良好。