-1

My google map app works fine on device with debug google map API KEY but when I create signed apk for my app with release google map API KEY, it does not display map. So what is the best way to display google map release on signed APK? Please help

3

2 Answers 2

2

Go in Google Console and Put Sha1 for relese apk

here is how to create sha1 for relese apk

Run This Command in cmd/terminal

keytool -list -v -keystore "your keystore path" 

and add new sha1 for your relese apk

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

Comments

0

In android studio when you create build for release, in android monitor you signed SHA key is shown.

Second option is using comand prompt cmd. keytool -list -v -keystore ""

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.