仅在Android Eclipse IDE中重命名APP的名称

编程入门 行业动态 更新时间:2024-10-10 11:30:57
本文介绍了仅在Android Eclipse IDE中重命名APP的名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我创建了一个很棒的应用程序,但是我想单独重命名应用程序名称 ...(即用户在应用程序图标上看到的名称)..(这不是程序包重命名)

I created a wonderful app, but I want to rename the "application name" alone... (i.e the name seen by the user on the app icon ) .. ( this isn't package renaming)

我如何做,而不创建新的...

How do I do it, without creating a new one ...

推荐答案

在strings.xml文件中,有一个元素 app_name ,该元素在AndroidManifest的application元素中用作应用程序的名称。 只需在strings.xml文件中更改 app_name 的值即可更改应用程序的名称。

In the strings.xml file, there is an element app_name which is used in the AndroidManifest's application element as the app's name. Just change the value of app_name in the strings.xml file to change the name of your app.

更多推荐

仅在Android Eclipse IDE中重命名APP的名称

本文发布于:2023-11-25 18:10:02,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630794.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:重命名   名称   Eclipse   Android   APP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!