This question already has an answer here:
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?
This question already has an answer here:
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?
This thing called version compatibility.
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.
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.