Skip to content

Use gradle to build processing-core #271

Closed
@codeanticode

Description

@codeanticode

Recent versions of all Android dependencies (wear, cardboard) come in .aar format, which is not supported by ant.

Although it is possible to extract the libraries from the aar files and package them as jars, as explained here, it is a cumbersome process that increasingly harder to keep the dependencies in processing-core up to date.

The most convenient solution seems to move over to gradle in processing-core, while still using ant for the mode itself. This PR will definitely be useful.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions