Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clone project from the GitHub in Android studio

Hello all I am trying to clone the project from github. Is downloading the zip folder and loading it into the android studio the same as cloning from Github ?

like image 576
IoT Information Avatar asked Aug 30 '16 17:08

IoT Information


2 Answers

You can use this image :

File - > new -> Project from Version control -> GitHub

enter image description here

like image 82
Ahmad Aghazadeh Avatar answered Nov 19 '22 04:11

Ahmad Aghazadeh


For cloning project from the terminal.

Step 1: Click this button:

Clone or download button

Step 2: Copy the link.

Step 3: Open the terminal, make sure you are in the folder where you want to clone the project. If you are not then just type: cd theDesiredFolderLocation. Next command: git clone copiedLinkPath.

like image 5
disha4mourya Avatar answered Nov 19 '22 04:11

disha4mourya