Last Updated: February 25, 2016
·
1.203K
· aaboyd

Android build system

<a href="http://jakewharton.com/the-android-build-system-is-broken/">Broken Android Build System</a>

I believe this applies to Java itself not just Android.
Anyone know of a good build system? Leave it in the comments, PLEASE

2 Responses
Add your response

We use maven for all of our Android projects and it works like a charm. There are multiple build system for Java as you may already know.
For Android in particular this plugin works great for both Apps and APKLibs.
http://code.google.com/p/maven-android-plugin/

These are also very handy archetypes for different project layouts including ones with integration tests.

http://code.google.com/p/maven-android-archetype/

over 1 year ago ·

Since Android Studio uses Gradle I believe it's a best choice.

over 1 year ago ·