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

后端 未结 11 1616
刺人心
刺人心 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:30

    For Android Studio users, you need to change your package name in AndroidManifest.xml and also in build.gradle file --> defaultConfig--> applicationId.

提交回复
热议问题