jsantangelo / amoeba-engine

Game engine for the Android platform.
2 stars 0 forks source link

Investigate and integrate Gradle/Android Source into build system #89

Open jsantangelo opened 11 years ago

jsantangelo commented 11 years ago

Google has adopted a Gradle-based build system, for better/easier integration with IDEs (specifically, their new official Android Source IDE). When appropriate, we should convert our ant build system to Gradle (or have Gradle in addition to our ant build system), so that Android Source will work with the correct build system regardless of platform.

jsantangelo commented 11 years ago

@MrTesten I'm moving this issue out of this sprint, and repurposing it for integration with Gradle/Android Source.