1
I’m developing an application that used the Google Maps API. It was working normally, until I upgraded Android Studio from 2.1 to 2.2 and from there to here, it stopped working. What do I do to use it again?
1
I’m developing an application that used the Google Maps API. It was working normally, until I upgraded Android Studio from 2.1 to 2.2 and from there to here, it stopped working. What do I do to use it again?
1
You may have to add the plugin from Google services to your archive build.gradle
. You need to create a file google-services.json
to guard the project_id
and api_key
in JSON format for all Google services. Log in to Try Sign-In for Android here to generate your file.
Browser other questions tagged android google-maps google-maps-android-api-2
You are not signed in. Login or sign up in order to post.
What’s the mistake?! Post some code of how you’re doing.
– Celso Marigo Jr
I do not see any error. I install the apk on my mobile and from there I see no error!
– António Macave
And what happens then?
– PauloHDSousa
When I open the map, it is blank, nothing is shown! Do I have to go and touch the credentials there?
– António Macave
Probably test your KEY somewhere else. see if it’s still active
– PauloHDSousa