Google map not showing on Android device

I can correctly display my Google Map in my MapView when I sign my application with my debug repository. When I try to sign it with a keystore, the map is displayed, but like empty tiles, there are no map tiles.

How can I get the release build for map display?

+3
source share
2 answers

Double check your API keys .. if everything looks fine and still does not work, sign the application with a new key and the corresponding new API key :-).

+2
source

All Articles