1
I’m developing a app who uses the Google Maps. When I do run
from the Eclipse
to the smartphone, Google Maps shows no error.
When I publish the app in Play Store
, the Google Maps error, no map appears.
1
I’m developing a app who uses the Google Maps. When I do run
from the Eclipse
to the smartphone, Google Maps shows no error.
When I publish the app in Play Store
, the Google Maps error, no map appears.
3
Check that the key-api Voce is using is the correct version and that it is the release version and not the debug version.
take a look at this tutorial: https://developers.google.com/maps/mobile-apps?hl=pt-br
Browser other questions tagged android google-maps
You are not signed in. Login or sign up in order to post.
There is the
keystore
of debug and one of production. Both must be registered in the console, in Apis & Auth > Credentials. That’s all right now?– Paulo Rodrigues