skip to Main Content

|
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:
C:UsersdellAndroidStudioProjectstodo_appandroidappsrcdebuggoogle-services.json
C:UsersdellAndroidStudioProjectstodo_appandroidappsrcgoogle-services.json
C:UsersdellAndroidStudioProjectstodo_appandroidappgoogle-services.json

2

Answers


  1. if you are using firebase in your project make sure to add google-services.json file in directory YourAPP/app/ and then clean and rebuild the project

    Login or Signup to reply.
  2. Check if you have a google-services.json file inside the folder android/app

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search