I try to use google sign in in my android app, i read the page https://developers.google.com/identity/sign-in/android/start-integrating and i made all steps, now i put my google-services.json in my app folder, and after downloading the google-services.json, i do :
mv Dowloads/google-services.json AndroidStudioProjects/MyApplication/app/
so, when i do :
ls AndroidStudioProjects/MyApplication/app/
app.iml build build.gradle google-services.json libs proguard-rules.pro src
My file google-services.json seems to be at the good place,but gradle console displays an error :
* 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.
I read Error "File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it" but it isn't my probleme because my file is at the good place.
ps : And sorry for my bad english ;p