On Sun, Dec 4, 2011 at 9:27 AM, Mark Murphy <[email protected]> wrote: > On Sun, Dec 4, 2011 at 9:17 AM, Nikolay Elenkov > <[email protected]> wrote: >> I haven't actually used it, but at least int ADT15, there is a 'Rename >> Application >> Package' action (right click project, Android Tools->Rename Application >> Package) . Judging from the preview it looks like it: >> >> * changes the package name in the manifest >> * updates component path in the manifest >> * changes the R imports to the new package >> >> It doesn't change the package of actual class files, but that is easy >> enough with native Eclipse refactoring. > > Oh, hey, I hadn't noticed that -- thanks!
In fact, I happened to be editing a project just now that could stand a rename, so I tried it. It works just as you indicated -- use the Rename Application Package, then refactor the source code into the same package. Thanks again! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

