The build process is hardly broken. The modification we've made were very much needed, and adapting to them is not exactly difficult.
build.xml now automatically imports android_rules.xml from the platform you are targeting. It's located in platforms/<platform>/templates/ To add your own build step, copy the content of android_rules.xml and paste it at the bottom of your build.xml after the <setup /> line. You will also need to change the <setup /> line to <setup import="false" /> so that it doesn't import the target you've already inserted. Then, you can add your own steps as indicated in the thread you linked. For more information, please read the comments in build.xml. Xav On Fri, Jul 24, 2009 at 8:33 PM, alex<[email protected]> wrote: > > Cmon, Android devs! > You've broken the entire build process and don't even care to respond. > > On Jul 9, 10:04 pm, Carter <[email protected]> wrote: >> Hi, >> >> Has anyone had any luck with usingProGuardonAndroid1.5projects? >> The build.xml format changed significantly from earlier versions ofAndroid, >> making previous examples and discussions no longer helpful >> (for example, >> here:http://groups.google.com/group/android-developers/browse_thread/threa... >> ). >> >> So any suggestions on how to get started with the new build.xml >> format? >> >> Thanks, >> Carter > > > -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

