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.
在 build-tools 文件夹中有一个 apksigner.bat 和一个包含 apksigner.jar 的 lib 文件夹
当我通过 windows cmd 运行任何命令时,它们都没有返回任何内容!
apksigner verify --print-certs 1.apk
我应该使用哪一个来验证签名?前提是什么?JDK7,JRE8?我在赢7。
好的,我使用了 apksigner.jar 和下面的命令:
java -jar apksigner.jar verify --print-certs 1.apk