2025-01-16 03:14PM
1. linux系统可以使用下面的命令:
md5sum your_app.apk
eg:
# md5sum test.apk
xxxxx27d887xxxxxxxxxxd4 test.apk
2. windows系统可以使用下面的命令:
CertUtil -hashfile your_app.apk MD5
eg:
CertUtil -hashfile test.apk MD5
xxxxx27d887xxxxxxxxxxd4 test.apk
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论