Error during compiling process, stuck at Compiling source files

Hello Guys,
my project was working and correctly compiling until today when, during the apk export, i got this mesage from system:
“Build failed! Error: Your build failed due to an error in the Compile stage, not because of an error in your program.”

Here 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
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT time: 2.49 seconds
________Compiling source files
.

I also tried a really early stage of the project saving which correct compile.
What do you think is wrong?

1 Like

Do a search in the community for Compiling source files

Taifun

1 Like

thank you Taifun.

For future readers, avoiding getting lost in “search”, i solve following this post:

In nutshell:

  1. download the aia file
  2. open it with archive manager like “Winrar”
  3. go to ./assets/external_comp/
  4. if you see again “asset” “src” and “youngandroidproject” delete those
  5. rename the aia file
    6)import in kodular and keep finger crossed
2 Likes