FYI - Let me ditto Mark's original response (especially the crazy weirdness with it mangling some things in the manifest after the last step). When I try to use the "Rename package" with adt in eclipse, it's never worked yet, getting some kind of internal error. This is Windows 7.
On Sun, Dec 11, 2011 at 3:32 AM, Daniele Segato <[email protected]> wrote: > On 12/08/2011 10:57 AM, Mukesh Srivastav wrote: >> >> Pretty simple, if you use Eclipse as Development Enviorment. >> >> You just have to select the project root in the Eclipse and Rename >> it,Eclipse will automatically update the reference of the package. > > > eclipse is not going to fix your package in layout files and/or class > attribute when you use fragment in your layout files > > > I gave a way to do it which is independant of the development environment. > > actually a single command could have been enough: > > sed -i 's#old.package.name#new.package.name#g' `grep -Rl 'old.package.name' > *` > > > but if you have a very simple package or colliding packages that may have > had issues. > > Hopefully we are developer and are not scared of the command line and/or > writing some regex. > > Regards > > > -- > 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 -- 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

