Maps KEY is not working

Asked

Viewed 37 times

-1

Recently I had to format the pc... And I took a backup of my projects... When I reinstalled Android Studios and opened my project I realized that the map is not showing!!!

But all the rest of the integration with Firebase is working... I’m suspecting that there’s some incompatibility going on with this Key... How do I use again this KEY that I had enabled in my project?

  • Which KEY? Generationally you can download the keys in Google Console itself.

  • google_maps_key.... I’ll have to keep generating a new key every time I change the project??? :(

  • I am connected that the key is attached to the Package name and the SHA-1 Certificate... Is it possible that the key has changed??? How do I restore the old?

1 answer

0


The Keys of the google console Apis, in development time, are linked to a debug Keystore that is generated at the time of installation of the android development tools. With the new installation, you were generated a different Store than the first installation. Therefore, it is necessary to repeat the token generation process by re-signing SHA1 (now from the new Keystore) in the google console.

Note: The console can receive more than one SHA1 at the same time, this enables more than one Developer to work in the same app at the same time.

  • Thank you very much Messiah!!!!!!!!!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.