5

I'm using Android studio to help me build a release SHA1 certificate, by going over to

  • Gradle settings at the top right
  • Navigate upto signingReport with the gear icon
  • Right clicking then running it

And it produces a debug SHA1 certificate, as you can see below (Variant):

enter image description here

how can I generate a release certificate using the same tool, without using the command line

1
  • changing build variant doesn't help to find release keys Commented Dec 10, 2019 at 8:17

1 Answer 1

4

Select your buildVariant to release types. Then go to Project structure -> Default config -> SigninConfig -> and then select your release signinConfig for Release SHA1 and debug signinConfig for Debug SHA1.

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

it still shows androidDebugKeys

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.