-2

I need to use both the MD5 and SHA-256 values in amazon account.

Canato
  • 2,719
  • 3
  • 31
  • 53
aj0007
  • 23
  • 6

1 Answers1

6

Based on this answer for SHA-1

You should:

  1. On Android Studio got Terminal window (View > Tool Windows > Terminal);
  2. Paste this code keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

And should have something like this enter image description here

Canato
  • 2,719
  • 3
  • 31
  • 53