Why compiler always shows an error while i have tried my best to fix?

Hey Guys!Here Kartikey,
My question is that…What is the procedure/solution when compiler shows an error and i already tried to disable block in each screen but soo far I have disable my all blocks but there an same compile error! So requesting to help me to fix it.

What I have done yet -:
1.Disable Blocks
2.Set package name
3.No Unwanted files in asset folder
4.No heavy extension
5.Fixed all warning and error in blocks

So,can someone help me to fix this!?

Please show error log.

What does “unwanted” mean? How big is your aia (files in the assets)?
Post your aia.

Means I have just put only png,jpeg,ttf,json in asset folder.
And I appreciate your help towards me…but can’t share my aia here at time due to ‘privacy’
Thanks Man for help!!

Here the error log-:

Kodular is unable to compile this project.
The compiler error output was
________Checking dangerous extensions
________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.

While my app project working fine with companion

I think you should search about this error in the community.

Yaa.I searched and did my homework towards this but the outcomes is same(No Solution).
And i hv already tried to disable and enable each block!

But the response is getting same!

What have you searched and found?

I found that we should

  1. Try to disable blocks of each screen one by one to find the error in particular screen and try to fix it…
    2.Check any unwanted files in Asset folder
    3.Package name shouldn’t be empty

AND in my case,I have tried all and fixed all error warning but the compiling error was there (i.e No Response/No Solution)

Do you Placed “google-sevices.json” File in your Assets.

Haven’t you found out that we should update config.json file regularly?
I have written this multiple times in different threads.

Not yet!
And also I wanna add that 4 -6 days back,I have exported my app and there was no error at that time!

That is Mandatory if using Firebase.

Might be because you added Firebase Component Later.

But I’m using FIREBASE REALTIME DATABASE not Firebase Authentication/Remote Config

For Every Firebase Component.

Ok Thanks,Will do but i wanna ask one thing that if we disbale our all blocks of every screen then why it is showing the error?

You Disabled Blocks Not Deleted the Firebase Component.

But I think that we use JSON only when we’re using FIREBASE AUTHENTICATION / REMOTE CONFIG. / STORAGE not Firebase Realtime Database as i already created projects earlier with Firebase Database with no json file and it is working fine

Quite Suspicious.