renaming the name of the APP alone in Android Eclipse IDE

前端 未结 3 725
故里飘歌
故里飘歌 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:39

    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.

提交回复
热议问题