Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gradle to build processing-core #271

Closed
codeanticode opened this issue Jan 2, 2017 · 1 comment
Closed

Use gradle to build processing-core #271

codeanticode opened this issue Jan 2, 2017 · 1 comment
Assignees
Milestone

Comments

@codeanticode
Copy link
Member

codeanticode commented Jan 2, 2017

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.

@codeanticode codeanticode added this to the 4.0-beta3 milestone Jan 2, 2017
@codeanticode codeanticode self-assigned this Jan 2, 2017
@codeanticode
Copy link
Member Author

Implemented by merging and tweaking PR from @jwill d7dd220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant