Search code examples
androidkeytool

How can I get MD5 signature from a project?


I used keytool to get signature, it prints SHA1, SHA256, but no MD5. I have viewed all the topics from StackOverflow, every reply ask to add -v or -list to give MD5 signature, but my keytool just don't give the MD5 signature. I used the command below.

 keytool -v -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android

image


Solution

  • Go to Gradle in the right of your Android Studio > Project name > app > Tasks > android > signing Report > Double click

    Now see the MD5 signature from Run Tab(in Left Bottom)