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

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

    For those who aren't using Android Studio and want to do it manually (e.g. if you're using React Native), I just recently went through this and had to change it in the following files:

    index.android.js
    android/settings.gradle
    android/app/build.gradle
    android/app/src/main/AndroidManifest.xml
    android/app/src/main/java/com//MainActivity.java
    android/app/src/main/java/com//MainApplication.java
    

提交回复
热议问题