修改android项目名称

发布于 2024-11-15 17:32:04 字数 161 浏览 2 评论 0原文

我是否有可能更改项目名称,因为它出现在Package Explorer中。我正在使用Eclipse IDE。我尝试编辑字符串.xml 位于 res/value 文件夹中,但这不会在资源管理器视图中更改它。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

热风软妹 2024-11-22 17:32:04
  1. 右键单击您的项目
  2. 单击“重构”
  3. 单击“重命名...”
  4. 输入名称!

或者这对你不起作用?

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

Or did that not work for you?

江湖彼岸 2024-11-22 17:32:04

如果您想在 Eclipse IDE 中更改 Android 项目的名称,只需选择您的项目并按 F2,然后重命名:)。

或者

右键单击您的项目 =>重构=>重命名=>输入您想要的名称

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

北风几吹夏 2024-11-22 17:32:04

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

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

痴意少年 2024-11-22 17:32:04

右键单击您的项目>重构>重命名>输入新名称

并必须检查

更新参考
如果您不更新参考,它将无法工作

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

↙温凉少女 2024-11-22 17:32:04

要更改项目名称,请执行以下步骤...

  1. 打开您的项目。
  2. 选择项目。
  3. 按 F2 并为您的项目指定一个新名称。

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.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文