3

I have created an android app and generated a debug key for google maps api using debug sha certificate. Now I want to generate a key in release mode but android api manager in android developer console in not giving me an option to change the sha certificate to release. How to do it. I have already generated the sha-release certificate.

vipul bansal
  • 65
  • 2
  • 9
  • Possible duplicate of [how to get a Google Maps API v2 release key](http://stackoverflow.com/questions/14384587/how-to-get-a-google-maps-api-v2-release-key) – Michael Spitsin Sep 16 '16 at 06:36

1 Answers1

2

generate your hash using your sign apk. and than update your sha1 in google developer console.

Hardik Vaghasiya
  • 298
  • 1
  • 3
  • 11