change the name of android project

adrian picture adrian · Jun 17, 2011 · Viewed 44.1k times · Source

Is there any posibility that I could change the name of my project as it appears in Package Explorer.I'm using Eclipse IDE.I tried to edit the string.xml in res/value folder but that won't change it in the Explorer View.

Answer

dmon picture dmon · Jun 17, 2011
  1. Right click on your project
  2. Click "Refactor"
  3. Click "Rename..."
  4. Enter name!

Or did that not work for you?