Skip to content

Using "Add Android Packages" in Delphi 12.1 with my own custom .aar file seems to break Codex #42

@MyBuzzTechnologies

Description

@MyBuzzTechnologies

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:

  1. Build and deploy my Delphi app for Android so all the res files are generated.
  2. Extract my .aar file into a folder.
  3. Point Codex -> Add Android Package to the folder.
  4. "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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions