On Jul 18, 2010, at 3:41 AM, Nick Richardson wrote: > Hopefully simple question: > > I would like to create a second copy of my app and release it as a free > version. I have copied my project to a new one in eclipse, but now i would > like to rename the project and package to upload to the market. > > Is there an easy way using ADT or otherwise that will do this for me? I > found a few posts online with reference to right clicking the project and > selecting "Rename" from "Android Tools", but i do not have that option. > > If there's not an automated way, what are the steps i need to be sure to take > to insure that everything is renamed correctly before i upload?
If you are using Eclipse, you can use the Refactor tool to do what you want. Right-click on the project to be renamed, select Refactor from the object menu, and then rename from there. Mark -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

