How to transfer a project to another machine

I want to transfer the Android project developed in Android Studio from one machine to another in order to continue working.

I tried to copy the project directory to the target machine; but when you open the project in Android Studio ( FileOpen) on the target machine, it does not load it as an Android project, but treats it as just a directory.

How to transfer a project to another computer?

+4
source share
3 answers

Usually this problem only occurs when you try to download a project for the first time. Instead of an android project, it is simply considered a directory.

enter image description here

However, I found a way that can solve this problem.

  • .

  • Android Studio File- > Open; .

  • build.gradle. .

enter image description here

  1. , , Android.

enter image description here

0

, ?

.

, (, build/, *.iml, .gradle/, .idea/) Android Studio.

+4

Android , Android .
.
, , , , .

enter image description here
enter image description here
enter image description here
enter image description here

Commonwares.

google, , , github, , . , , github.

, - ( ), .

, .

Another way is to copy the project to a disk and eject the disk or USB drive and load it onto another machine.

+2
source

Source: https://habr.com/ru/post/1623936/


All Articles