When I want to change my project name from ~"TestingRealApp" to "RealApp" I first go into the folder on my PC and rename the folders. Then I do a find and replace of all testingrealapp to realapp (preserving case).

I am sure this is messy and I might be missing some instances and even corrupting my project. Is there a better way?

I am using Android Studio 0.5.7

有帮助吗?

解决方案

Yes there is better way , use refactoring feature.

  • Right click
  • Go to refactor
  • select rename

Do not rename manually (find and replace) , you could break your project.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top