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
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)