renaming the name of the APP alone in Android Eclipse IDE

前端 未结 3 627
故里飘歌
故里飘歌 2021-02-01 17:20

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

3条回答
  •  野的像风
    2021-02-01 17:41

    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.

提交回复
热议问题