App Inventor is unable to compile this project

Hello!

I can't build neither apk nor aab file of my project.
The error messages are just these:

App Inventor is unable to compile this project.
The compiler error output was
[ReadBuildInfo] Starting Task
[ReadBuildInfo] Task errored
.

Equiv_Ratio_Solver.aia (277.5 KB)

What colud be here the problem?
How can I solve it?

--
Best, from Pal

image
Equiv_Ratio_Solver1_1.aia (276.5 KB)

test this aia..

You removed from WhenScreen1.Initialize block the
ComponentsTranslate1.TargetLanguage to TaifunTools1.Language
and from the additional blocks the total of ComponentsTranslate1 block too.

Now I can do the build of this .aia too.

Why? What is wrong with these ComponentsTranslate1 blocks?

This Component causes the error to not to build. May be multiple extensions used same lib

But I have managed to build an apk file with these additions in the same project before!
Then I just added some more ComponentsTranslate1 blocks.

Then I got this error that the apk is not being built.

Can we find the cause of this error for sure?
What is the solution to this problem other than not using the ComponentsTranslate1 extension in this case?

use logcat to find the exact cause of the error

Edit: But see, I have tested the extension with an empty project, but still it throws such error. The extension developer should have to tell about this error but meanwhile logcat should have to be produced.

I have tested in kodular project also with an empty project but still there too i got the same error
image

@Passos_0213 , Can you look in to this?

I will do that, but don't know how to use logcat in this case?

Already @Taifun added a guide