Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[andmore-dev] Andmore2 progress

Hey gang,

I have a start on a simple reboot of Android Tooling for Eclipse. So far I have a simple new project wizard with everything hard coded for the Empty app. I have a project generator that uses Freemarker to generate source and resource files for the project. The generator also sets up the JDT project to build all that.

So far, it's working really well. But I'm having trouble picking up the actual Java dependencies from the build.gradle file, which by default has the junit jar file listed. Any gradle API experts out there who can drop me a hint. Was trying to find a AndroidProject equivalent for this info like a JavaProject or something and the GradleProject seems very basic.

Cheers,
Doug.

Back to the top