change the name of android project

后端 未结 5 1291
一生所求
一生所求 2021-02-02 06:50

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 s

相关标签:
5条回答
  • 2021-02-02 07:27

    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.
    0 讨论(0)
  • 2021-02-02 07:33
    1. Right click on your project
    2. Click "Refactor"
    3. Click "Rename..."
    4. Enter name!

    Or did that not work for you?

    0 讨论(0)
  • 2021-02-02 07:36

    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

    0 讨论(0)
  • 2021-02-02 07:40

    .project file has the project name where this can be changed too.

    0 讨论(0)
  • 2021-02-02 07:51

    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

    0 讨论(0)
提交回复
热议问题