I'm developing an application that used the Google Maps API. It was running normally, until I upgraded Android Studio from 2.1 to 2.2, and from then on, it stopped working. What do I do to get back to using it?
I'm developing an application that used the Google Maps API. It was running normally, until I upgraded Android Studio from 2.1 to 2.2, and from then on, it stopped working. What do I do to get back to using it?
You may have to add Google's plugin to your build.gradle
file. You need to create a google-services.json
file to save project_id
and api_key
in JSON format for all Google services. Sign in to Try Sign-In for Android here to generate your file.