Android Studio moving project to another computer?

前端 未结 6 1925
旧时难觅i
旧时难觅i 2020-12-25 13:12

Does anyone one know how to move one project built using Android Studio to another computer?

6条回答
  •  青春惊慌失措
    2020-12-25 13:32

    Copy the project directory from source to destination machine. Then follow the steps.

    1. Open Android Studio
    2. Go to File - > Open
    3. Browse to the project location.
    4. Select build.gradle and open.

    Android Studio will automatically make the necessary changes for the target machine and set up the project.

    NOTE : It usually confuses the first timers, as after copying project files into target machine, when you try to open the project, it considers it as a normal directory, not as android project.

提交回复
热议问题