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

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

    if you are using Android studio then
    Your project identifier is in your build.gradle file just change the field applicationId "com.example.whatEver"
    Hope it will work

提交回复
热议问题