0
When I open my android studio it loads the Gradle and then shows the message:
`Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
I already checked, I updated my settings, I changed to version 2.0 of AS and the error continues. I’ve changed the version of googleservices and nothing.. I don’t know what else to do, someone can help me`
The problem is that it does not exist or the file
google-services.json
, that configures all services that uses google play services is in the wrong location. If so, put the file at the root of the main module or create one on this site: https://developers.google.com/mobile/add– Wakim
Check the build.gadle of your android if not in some library that android is not accepting..
– Tiago