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

2010-07-19 Thread DanH
Do you have Rename under File? I'm pretty sure it's the same function. Just highlight the project to rename that, the package to rename that. On Jul 19, 1:50 pm, Nick Richardson richardson.n...@gmail.com wrote: Xavier, I had read about that option while searching around... but i do not have

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

2010-07-19 Thread Xavier Ducrohet
it's not the same function. The custom rename will update the manifest to make sure the activities, services, etc... are properly defined based on the new name. It's also going to update XML files that reference the package name (such as namespaces for custom attributes for custom views), etc...

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

2010-07-18 Thread DanH
File - Rename? You might have to do it twice -- once on the project and once on the package. On Jul 18, 3:41 am, Nick Richardson richardson.n...@gmail.com 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

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

2010-07-18 Thread DanH
As for steps to insure everything is renamed correctly, that would be a clean, build, and thorough test -- what you should be doing anyway, of course. On Jul 18, 3:41 am, Nick Richardson richardson.n...@gmail.com wrote: Hopefully simple question: I would like to create a second copy of my app