IDEA equivalent of ADT's Rename Application Package
I am very green with android development and am working through a set of instructions which are built around the android toolkit.
I would like to use IDEA (13.x), but can't seem to find the equivalent of the "Android Tools > Rename Application Package" function in ADT. I have tried clicking the package name in AndroidManifest --> refactor --> change name. This does change the name there and maybe a few other spots, but it does not carry throughout the entire project. When doing the rename application package utility in ADT, it updates an additional 90+ files.
I realize this is a bit vague without seeing the code base I'm working with, but hopefully someone knows what I'm talking about.
Thanks!
请先登录再写评论。