google-services.json not found #9410
-
|
I am using Capacitor. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
you are probably using a capacitor plugin that requires you to generate that file, if so check that plugin's docs. |
Beta Was this translation helpful? Give feedback.
-
|
It turns out that "google-services.json" should be placed in "src-capacitor/android/app". It seems to be loading "google-services.json" automatically. If you have upgraded "gradle", should you try to remove it? |
Beta Was this translation helpful? Give feedback.
It turns out that "google-services.json" should be placed in "src-capacitor/android/app". It seems to be loading "google-services.json" automatically.
It seems that "src-capacitor" will not be rewritten after the build.
If you have upgraded "gradle", should you try to remove it?