Android Ant Proposal

We just finished submitting a proposal to the adt-dev Google Group. Here is a link to the new proposal. The goal of the proposal is to get a set of standard Ant tasks developed for Android. We would appreciate some feedback on this proposal. Let us know if you would like to help or have … Read more

Android Ant Build Environment Release 3

A new version of the example Android Ant build environment has been posted. Use this link for the Release 3 of the Android Ant Build Environment. The new version works with slightly updated Release 10 of the Android SDK (e.g. android-sdk_r10-linux_x86.tgz). It should meet your needs for Jenkins builds and other continuous integration systems. Let … Read more

Android Ant Build Environment Released!

The Disgruntled Rats are giving back to the community by releasing code that will help other Android developers get their projects working with Ant. See the link below. Android Ant Build Environment If you find these files useful in any way, please help promote our site by liking our Facebook group. 🙂

Getting Ant to Work with Android

This tutorial will help you create a custom Ant build script which can be used to build an Android application.  I was very interested in taking an existing Java application and porting it to Android.  I searched the entire interweb and couldn’t find much documentation on the subject.  The example build scripts from the Android … Read more