I've created an Android app but would like to also allow private-label resellers to have their own customized version of the app for their customers. All of the functionality and coding would be identical, but the package name, app name, and icon would be different for each reseller.
Rather than copying the app every time, loading into Eclipse, changing names, recompiling the new APK, etc. is there a way to do all of this through a command line? 1. Command to copy an existing project with a new name. 2. <run my own script to modify the XML files as needed, changing the references, renaming folders as needed, etc.> 3. Command to compile the new project production APK and assign the key? Any help would be appreciated! -- 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