I've created an .aar file of my Android Home Screen widgets to include in my Delphi app.
I've tested the .aar and it works correctly in a Delphi app if the R file is compiled and merged manually.
When I try to automate this using Codex, the console window opens but stays empty.
It looks like an error may have been raised but not written to the windows.
Steps:
- Build and deploy my Delphi app for Android so all the res files are generated.
- Extract my .aar file into a folder.
- Point Codex -> Add Android Package to the folder.
- "Execute"
The output window appears but stays blank. Nothing is generated and nothing happens.
If I try this with another library (e.g. androidx:workManager) it works correctly.
I've send over my .aar directly as I don't want it to be publicly available.
Thanks