This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Cannot copy files to platforms/android folder during the build phase #144
Closed
Description
My project uses Firebase and we need to copy google-services.json to platforms/android.
The problem is that this file is deleted since the ns-bundle command removes the platform folder and adds it again later.
So that, the build process fails with the following error:
Execution failed for task ':processF0F1F2F3F4DebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it.
Is there a way to have this file copied during the build phase?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels