简体   繁体   中英

change the name of android project

是否有任何可能性我可以更改name of my project因为它出现在Package Explorer name of my project正在使用 Eclipse IDE。我尝试编辑res/value文件夹中的string.xml ,但这不会在资源管理器中更改它看法。

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

Or did that not work for you?

if you want to change the name of your android project in Eclipse IDE simply select your project and press F2 , and then rename it :).

Or

right click on your project => Refactor => Rename => enter the name you want

.project 文件具有项目名称,这也可以更改。

right click on your project > Refactor > Rename > enter the new name

and must check on

Update Refrence if you do not update refrence it will not work

To change your Project name adopt the following steps...

  1. Open your project.
  2. Select the project.
  3. Press F2 and give a new new name to your project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM