-1

In my project the Maps and everything, but when I generate a signed APK it doesn't works, I already have the "google_maps_key" in my project, I went to Google Console and put any restriction so I could test not just from my Android Device and still nothing!

Nathiel Barros
  • 617
  • 9
  • 22
  • 2
    sounds like you only created a debug key and not your release key too – tyczj Jul 05 '17 at 15:53
  • actually you have restricted the key to work only in your android app and if you want to see map on the release apk make sure you have added the map key in the release folder (app>src>release>res>values>google_map_api.xml) – Pranav Ashok Sep 16 '17 at 10:53

1 Answers1

1

You should create a release key and add it to your project . Release APK file not showing google maps This link answers you proble. It's a common problem . You should create a .jks file first and store it somewhere in you app folder. Then Create a SHA1 Fingerprint n put it on the credentials site.

Amrith M
  • 56
  • 1
  • 6