cmd进入apk所在的目录,不用解压缩apk
jar tf 123.apk |findstr RSA
jar xf 123.apk META-INF/CERT.RSA
keytool -printcert -file META-INF/CERT.RSA
cmd进入apk所在的目录,不用解压缩apk
jar tf 123.apk |findstr RSA
jar xf 123.apk META-INF/CERT.RSA
keytool -printcert -file META-INF/CERT.RSA