How to change name of project in Android Studio

前端 未结 7 2095
暗喜
暗喜 2021-02-19 15:22

Imported an eclipse project into Android Studio and saved it in a new folder. Changed the package name and everything to new names but the Project\'s name is still the one from

7条回答
  •  一向
    一向 (楼主)
    2021-02-19 15:29

    When you want to change only the name of the application to enter src->main->res->values->strings.xml ​​and change the name to the new

提交回复
热议问题