Copy existing project with a new name in Android Studio

后端 未结 19 2260
野趣味
野趣味 2020-11-29 17:31

I would like to copy my Android project and create a new project from the same files just with a different name. The purpose of this is so I can have a second version of my

19条回答
  •  無奈伤痛
    2020-11-29 17:41

    Go to the source folder where your project is.

    1. Copy the project and past and change the name.
    2. Open Android Studio and refresh.
    3. Go to ->Settings.gradle.
    4. Include ':your new project name '

提交回复
热议问题