zipalign
apksigner
在这里 android\sdk\build-tools\32.0.0\
对app-release.apk进行4字节对齐
zipalign -p -f -v 4 .\app-release.apk .\app-release_4.apk
检查签名
apksigner verify -v --print-certs .\app-release_4.apk
对app-release_4.apk再签名
apksigner sign --ks .\platform.jks .\app-release_4.apk
网友评论