-
Notifications
You must be signed in to change notification settings - Fork 87
Description
I added the google services.json file but I also did the pub get.
Each time I try to run I get this error
- What went wrong:
Execution failed for task ':app:processDebugGoogleServices'.
File google-services.json is missing. The Google Services Plugin cannot function without it.
Searched Location:
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\src\nullnull\google-services.json
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\src\debug\google-services.json
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\src\nullnullDebug\google-services.json
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\src\nullnull\debug\google-services.json
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\src\debug\nullnull\google-services.json
C:\Users\aksha\Downloads\GroupChatApp-master\android\app\google-services.json
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. -
Get more help at https://help.gradle.org
BUILD FAILED in 1m 9s
Exception: Gradle task assembleDebug failed with exit code 1
I don't understand why or how to fix this. What do I do?