Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top