> I hate Java AND Ant I agree, particularly on Ant. But, it turns out the Android build process is not that complicated. The individual steps are outlined here, and you can script your way around them:
http://developer.android.com/guide/developing/building/index.html#detailed-build I have put together a bunch of Python routines I'm using myself: https://github.com/miracle2k/py-androidbuild A bunch of things I'm not using aren't implemented, but it might be a starting point. Michael -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
