Error When Generating APK when using Firebase Remote Config

Hello,
I have searched the community before posting this. Looks like many faced this issue but I couldn’t resolve it.

I get the following error when generating APK

Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________________Firebase components found.
________________Firebase config file error.
.

Where is what I have done so far:

  • Made sure the google-services.json file is uploaded to the assets.
  • Completely deleted the Firebase project and recreated a new one.
  • Tried this component on an empty Kodular project.
  • Deleted the JSON file and reupload it.

Please search in the comunity, i think your solution will be there

I already did

I have searched the community before posting this. Looks like many faced this issue but I couldn’t resolve it.

my mistake, i mean, did you search in other communities/Google it?

Your package name is correct or not?

Yes it is correct.

Maybe this might help

2 Likes

Yep. Just had to add “firebase_url”

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.