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:
-
Create a new project in Niotron.
-
Add the “In-App Update” component from the palette.
-
Build the project (APK or AAB).
-
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.