Android Studio从Git上Clone(克隆)项目

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio从Git上Clone(克隆)项目相关的知识,希望对你有一定的参考价值。

参考技术A 1、在android Studio中设置Git

打开“File”—>“settings”,得到如下图:

点击“Test”后弹出Git版本,说明配置成功,如果你的Android Studio已经配置过,这步可以忽略。

2、克隆项目

打开“File”—>“New”—>“Project from Version Control”—>“Git”,弹出界面如下图:

点击“Clone”,等待Clone完成,即可。

android studio 怎么从github导入

android-studio 从github上导入项目的方法如下:

    在github上找到想要导入的项目,如图:

    点击上图红色圈内图标复制该项目地址

    打开Android-studio,按下图所示找到git:

    点击Colne,将看到如下对话框:

    在RUL处,将第一步复制的项目地址贴上:

    最后点击Clone即可交给Android-studio自行下载gitHub上的该项目。

参考技术A github上有丰富的开源项目,这里小编为大家介绍一下Android studio如何导入github上的开源项目
http://jingyan.baidu.com/article/eae07827b023af1fec5485a6.html

以上是关于Android Studio从Git上Clone(克隆)项目的主要内容,如果未能解决你的问题,请参考以下文章

android studio 怎么从github导入

关于Android studio git Authentication failed

Visual Studio 2013与Git

Android Studio使用Git以及连接到远程库(GitHub)

studio2.3.3 git更新代码到本地怎么选择

Git系列:Android studio上update projectpullfetch的区别