开发者

renaming the name of the APP alone in Android Eclipse IDE

开发者 https://www.devze.com 2023-02-17 21:16 出处:网络
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)

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 ...


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.


You don't need to refactor to change the name that people see. That is set in your res->values->Strings.xml file. You can call it what you want.


you can try Refactor -> rename.

0

精彩评论

暂无评论...
验证码 换一张
取 消