How to change Android App Name and ID of an existing application?

后端 未结 11 1612
刺人心
刺人心 2020-12-29 23:01

I have two Android projects in Eclipse. I copied the one project from the other, then changed the app name (in strings.xml) and the project name

11条回答
  •  臣服心动
    2020-12-29 23:44

    Select Android on the top left of the Project window. So, right click over your package name under Java folder and select "Refactor" -> Rename... Click in Rename Package Button. Type the name of the new package you want, mark all options then confirm.

    When it shows the results, click on "Do Refactor".

提交回复
热议问题