On Fri, Feb 17, 2012 at 12:56 AM, New Developer <[email protected]> wrote: > true > But then each time you have to delete all data files and uninstall in order > to switch and then repeat this back again > to continue developing , it is this short debug -> release testing > release -> debug period that I'm wanting to > streamline without having to delete and uninstall each time >
Use Ant. Then you just type 'ant release' / 'ant debug' and customize at will. -- 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

