Problem in compiling project

Hello Team i am Having issue when i am compiling the project but not able to do
This is the log
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.

Please help even the firebase url is in my json file
.

Check again …

  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

thank you but i get the isssue the problem was that the package name in my project and google json file is not same but thank you for your reply

1 Like

JUST add little Help with picture :grin:

Like @dora_paz said please concern in google-service.json

I had same problem before and the solution only to match your app data in google-service.json … and all my problem with compiling are disappear .

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