Copy existing project with a new name in Android Studio

后端 未结 19 2162
野趣味
野趣味 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:59

    The steps in the link you specified should also work for Android Studio. Just make a copy (using a file manager) of the entire module folder and give it a new name. Now open it up and use Refactor -> Rename (right click on the item you want to rename) to rename your module and package.

    See this for details about refactoring in IntelliJ/Android Studio.

    0 讨论(0)
提交回复
热议问题