4

I am a beginner android developer working on my first project. I unable to find the debug SHA 1 key through the general procedure

enter image description here

1

2 Answers 2

3
  • Go to Android Studio
  • Click on Gradle(Right Most of the Screen)
  • Click your project name and expand it.
  • Then click on Task -> android ->Signing Report
  • Android Studio will generate MD1, SHA-1, and SHA-256 for you.
Sign up to request clarification or add additional context in comments.

3 Comments

See the image i.sstatic.net/U0rBy.png unable to find that
Use this link to open gradle task, and then follow above steps. programmersought.com/article/82186867935
@PRORITESH I had the same problem. Go to Preferences | Experimental and switch off "Do not build Gradle task list during Gradle sync"
2

Yeah I was also facing this problem with the new Android Studio 4.2 but found the solution eventually

Put this command in the terminal of android studio and hit enter

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

see this imageenter image description here

You will get your debug SHA 1 key enter image description here

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.