Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

change the name of android project

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.

like image 332
adrian Avatar asked Jun 17 '11 15:06

adrian


People also ask

Can I change the name of APP Android Studio?

Yes you can. By changing the android:label field in your application node in AndroidManifest. xml . to your Splash Screen, then the Launcher Icon name will be changed to the name of your Splash Screen Class name.


1 Answers

  1. Right click on your project
  2. Click "Refactor"
  3. Click "Rename..."
  4. Enter name!

Or did that not work for you?

like image 100
dmon Avatar answered Oct 02 '22 12:10

dmon