I try to configuration android developer console and download the google-services.json file. Now I put my google-services.json in my app folder, then build project, but gradle console displays an error :
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
> File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Please, help me.