문제

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