Map does not work anymore

1

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?

    
asked by anonymous 21.09.2016 / 20:47

1 answer

1

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.

Details

21.09.2016 / 21:12