仅在Android Eclipse IDE中重命名APP的名称 [英] renaming the name of the APP alone in Android Eclipse IDE

查看:84
本文介绍了仅在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的名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆