How to move and rename a project in android studio?

前端 未结 12 1027
一向
一向 2021-02-01 15:33

This should be a really simple question :)

I have a project that works fine. Now I wanted to rename it and to change the path of the projectfolder. First it seemd simple

12条回答
  •  悲&欢浪女
    2021-02-01 15:57

    To move the project in your filesystem using Android Studio 1.1.0:

    • Close the project in Android Studio (File -> Close Project)
    • Move the project folder to desired location
    • Import the project into Android Studio (File -> Import Project...)

提交回复
热议问题