how to migrate project from android studio to andr

2019-07-28 01:49发布

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?

3条回答
干净又极端
2楼-- · 2019-07-28 02:00

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楼-- · 2019-07-28 02:15

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.

查看更多
相关推荐>>
4楼-- · 2019-07-28 02:22

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.

查看更多
登录 后发表回答