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

Check out official gradle template for Libgdx #73

Closed
aginiewicz opened this issue Dec 29, 2013 · 3 comments
Closed

Check out official gradle template for Libgdx #73

aginiewicz opened this issue Dec 29, 2013 · 3 comments
Labels

Comments

@aginiewicz
Copy link
Collaborator

Recently Libgdx started using gradle to create new projects (with aim to replace setup-ui iirc). The idea behind this template is very very close to what we have here. It might be good to check what settings/customisation options they have, and what is project layout - then decide if we want to reuse some of those for g8 template. The url is:

https://github.com/libgdx/libgdx-gradle-template

It doesn't seem like there is much customisation, but their project seems to work with Eclipse and Idea, so we should at least check out its layout.

@aginiewicz
Copy link
Collaborator Author

First thing we can borrow is res directory content and some improvements to AndroidManifest.xml to use them (like @style/AppTheme) or placeholder for custom icon.

Right now I'm not sure that layout present there will help us anyway in making Eclipse integration any easier, so changes to res/manifest would be only things we might benefit from right now. How do you think?

@aginiewicz
Copy link
Collaborator Author

See #79

@aginiewicz
Copy link
Collaborator Author

See #80 for follow-up on iOS.

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

No branches or pull requests

1 participant