我用cordova插件创建了安卓应用,我签了他,现在我试着通过zipalign压缩.apk
./zipalign -v release.apk WoW.apk在运行这个命令之后,我得到了如下结果:
Zip alignment utility
Copyright (C) 2009 The Android Open Source Project
Usage: zipalign [-f] [-p] [-v] [-z] <align> infile.zip outfile.zip
zipalign -c [-v] <align> infile.zip
<align>: alignment in bytes, e.g. '4' provides 32-bit alignment
-c: check alignment only (does not modify file)
-f: overwrite existing outfile.zip
-p: page align stored shared object files
-v: verbose output
-z: recompress using Zopfli怎么了?为什么zipalign不能工作?
发布于 2016-09-06 04:03:49
..。
./zipalign -v 4 release.apk WoW.apkhttps://stackoverflow.com/questions/39336835
复制相似问题