Search code examples
androideclipseprojectrename

Completely renaming a project in Eclipse


I have done Refactor -> Rename in Eclipse and the project has been renamed successfully in Eclipse. But when I copy/paste it in a folder, it still keeps the old name.

How can I completely rename it?


Solution

  • Open your .project file from the project folder and change following value in it.

    enter image description here

    You need to change to Project name in it.

    Another way,

    Copy Old project from the Project explorer , and paste it over there, It will ask for new name, give a new name , and done.