I wanted the same, and so made a few changes to Android's ant build scripts to extract the version name from the manifest and append it as a suffix to the apk name.
( along with some other stuff, like Market vs. non-Market, which use slightlity different code for updating and licensing, and are released at the same time ) My changes also move all ant related intermediate and output files in a separate subdirectory, so they don't interfere with Eclipse. The Android build script is pretty easily to follow and to modify, while Ant docs are available on its web site. -- K 2012/7/5 Damien Cooke <[email protected]> > All, > I usually build my apps and compile in a build version. > > I have found no way of doing this for my android apps. > > I can add an ant task. But this makes the eclipse tools a little clumsy. > > Is anyone else doing this or have done this and would like to share the > experience? > > Regards > Damien. > > -- > 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 -- 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

