Codex icon indicating copy to clipboard operation
Codex copied to clipboard

Codex Add Android Packages doesn't merge multiple packages if you add multiple to the list

Open MyBuzzTechnologies opened this issue 11 months ago • 2 comments

When using "Add Android Package", the UI gives you the option to select multiple paths to import from. When I tried this, it only imported the first one.

If the package contains dependencies, it will import and merge them all from the first location you add, but other locations don't.

As a workaround I had to add my other packages into the same folder so they were all together, but it would be good if this could be fixed please.

Thanks

MyBuzzTechnologies avatar Feb 07 '25 09:02 MyBuzzTechnologies

This could end up being a bit of a challenge, since some packages can have dependencies on the same packages, but different versions, and there's no information inside the package itself as to its version, other than in the filename.

DelphiWorlds avatar Feb 07 '25 22:02 DelphiWorlds

That's fair enough. In this case why not change the UI do it only allows one path to be defined?

You could always suggest merging these manually into one folder so the developer has to make the dependency decisions (which is basically what I did to work around this anyway and worked well)

MyBuzzTechnologies avatar Feb 08 '25 08:02 MyBuzzTechnologies