In Eclipse the import command would accept a URI but in Android Studio import only seems to accept the location of a directory on my hard drive. How should I clone my remote repository with Android Studio?
1 Answer
You have to go to VCS > Checkout from version control > Git/SVN/Mercurial:

6 Comments
Ethan_AI
Great- that did exactly what I wanted. It appears there's no internal software downloads like in Eclipse so I had to install git from git-scm.com to make that command work. Thanks!
Ryhan
Any way to specify credentials?
Davide Piras
This does not work with GITHUB, there is no way to specify credentials
Ahmad
@DavidePiras Hmm it worked for me. I'm currently using it with my Github account. This is the popup, that shows up for me: i.imgur.com/VPx3zhK.png
VinSmile
It actually does - londonappdeveloper.com/…
|