Compilation error when using In-App Update component

Niotron Compiler Version: Latest stable

Issue Description:
When compiling any project that includes the In-App Update component, the build fails with the following error during the AttachAarLibs task:

text

[AttachAarLibs] ERROR: There was an unknown error while adding AAR libraries /tmp/play-core-common14549717548147708056.aar

Expected behavior:
The compiler should successfully attach the play-core-common.aar library (part of Google Play Core) and finish the build.

Actual behavior:
The compiler cannot add the .aar file and aborts the compilation.

Temporary workaround:
Removing the In-App Update component from the project allows the compilation to complete without errors.

Steps to reproduce:

  1. Create a new project in Niotron.

  2. Add the “In-App Update” component from the palette.

  3. Build the project (APK or AAB).

  4. Observe the error in the build log.

Impact:
Developers who need in-app update functionality cannot compile their projects.

Request:
Please review the build process to ensure play-core-common.aar is attached correctly, or update the component to be compatible with the current compiler.

I am having the exact same issue with recaptcha.aar in the AttachAarLibs task. It happens in all my projects, even old ones. I am a Premium user and this is blocking my work.