修改android项目名称
我是否有可能更改项目名称
,因为它出现在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
或者这对你不起作用?
Or did that not work for you?
如果您想在 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
.project 文件具有项目名称,也可以更改该名称。
.project file has the project name where this can be changed too.
右键单击您的项目>重构>重命名>输入新名称
并必须检查
right click on your project > Refactor > Rename > enter the new name
and must check on
要更改项目名称,请执行以下步骤...
To change your Project name adopt the following steps...