MD5 missing from `keytool` command when fired for APK

后端 未结 1 515
栀梦
栀梦 2021-01-26 00:38

Usually I fetch Android Package (APK) Certificate information using the below command :

keytool -printcert -jarfile 

but recently I

1条回答
  •  旧时难觅i
    2021-01-26 00:45

    Select Gradle project from Right side then
    app->Tasks->android->signingReport
    Double Click on signingReport after click on then you can see MD5 into Run View.

    If you signing keystore file then you should run below command into terminal.
    keytool -list -v -keystore C:\Users\MG\Desktop\test.jks -alias test

    0 讨论(0)
提交回复
热议问题