On Wed, Dec 14, 2011 at 11:34 PM, Mark Phillips <m...@phillipsmarketing.biz> wrote:
> > I googled for some answers, and found references to Monkey, which is no > longer available, and Ant. However, I am not sure if Ant is what I need, and > I have not found a good tutorial that helps with this problem. Ant *is* what you need. What you have described is pretty easy to do in Ant: it has both tasks for your steps and supports dependencies. It might take you some time to get comfortable with it, but it will most probably be worth your while. Capturing clicks and running a script is definitely not the way to create a build system. Of course, one can argue that XML is not the best way to write build scripts either, but it is way better than recording clicks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en