Am having error in building my APK

Please i need help, am having the below error when building my APK file, please can someone help me out, i will send you my aia file, please i need help.

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.
.

Welcome to the community, this has been anwsered many times so next time use search :mag:

Since you are using firebase authentication

  1. Make sure that google-services.json is in assets.
  2. Make sure it doesn’t have a number, like google-services(1).json.
  3. The package name of your app, and the package name you provided to firebase to download “google-services.json” MUST be the same
  4. and finally check if firebase url is missing from json
3 Likes

The error might have occurred in the firebase blocks down on your right there is a notification and X in red check it to identify what the error is

1 Like

You’re incorrect, @dora_paz gets the solution!

3 Likes

This post was flagged by the community and is temporarily hidden.

Why are you always using that off topic in bold manner? You are increasing the chance yourself to get suspend by mod.

5 Likes

Are the package names entered in kodular and firebase the same… they should be else it will throw an error

image