Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-19 Thread Nick Richardson
Thanks for the replies, I did use the refactor option to rename the package and the project, but then there were a few updates that were needed in the manifest, and one other place i can't remember now. I was simply wondering if there was an automated way to make all these changes at once using

Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-19 Thread Xavier Ducrohet
- Right click project - Choose Android Tools Rename application package This will go and change everything that needs changing. Now, for your specific case of having 2 versions of your app, I recommend splitting your project in a common library and 2 applications projects. See here for more

Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-19 Thread Nick Richardson
Xavier, I had read about that option while searching around... but i do not have that option under Android Tools. I've checked for updates of the plugin through Eclipse and it appears that i am running the latest version (Android Development Tools 0.9.7.v201005071157-36220). Is there a newer

[android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-18 Thread Nick Richardson
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

Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-18 Thread Mark H. Nichols
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