PEC-CSS/Time-Table-App

google-services.json file is missing

firoz3130 opened this issue · 5 comments

Need help in this

  • 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:

Can you post a longer error message, I am not entirely sure why it's asking for this file in the current stage

This was the error message
Seems like a file is missing in it. Do i have to bring it separately?
FAILURE: Build failed with an exception.

  • 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:
D:\personal\Time-Table-App\android\app\src\debug\google-services.json
D:\personal\Time-Table-App\android\app\src\google-services.json
D:\personal\Time-Table-App\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

Alright, I've found the problem

apply plugin: 'com.google.gms.google-services'

I accidentally committed this line, remove it, and it should run fine

ok
now it's working fine

Great, marking the issue as closed then.