how to migrate project from android studio to andr

2019-07-28 02:17发布

问题:

This question already has an answer here:

  • How to migrate a project to another machine 3 answers

I have a project built in Android Studio(version 1.2). I want to migrate the project to Android Studio(version 1.2.1.1) in another laptop.

What is the best way to do so?

回答1:

Just copy your project folder from inside .../AndroidStudioProjects and paste it in the .../AndroidStudioProjects folder in your target laptop.

All the files of the project are contained there.



回答2:

If you are migrate your project from Lower version to Higher version of Android Studio then it will automatically adjust your project according to newer version.

This thing called version compatibility.



回答3:

You might use a standard process ... create a free repository on Github (public viewable) or BitBucket, export project there ... then import the project on the other computing platform.

Not a bad idea in general .. use a version control system even for personal development.