简体   繁体   English

我如何在android studio中打开这个github项目?

[英]How can i open this github project in android studio?

I am trying to do android gallery multiple image picker program. 我正在尝试做android gallery多图像选择器程序。 I found lots of sample but i didnt run its on Android Studio. 我发现了很多示例,但没有在Android Studio上运行它。 This project in link i have a problem too. 链接中的这个项目我也有问题。

How can i running this project in the link? 如何在链接中运行此项目?

Project is here 项目在这里

You have to go on VCS tab in the upper part of Android Studio -> Checkout from Version Control -> Github. 您必须转到Android Studio上部的VCS选项卡->从版本控制中检出-> Github。

Then you have to use https://github.com/ as host, auth type as password and username and password of your account. 然后,您必须使用https://github.com/作为主机,身份验证类型作为密码以及用户名和帐户密码。

After in git repository url you have to insert https clone URL in right part of the webpage (in this case https://github.com/yazeed44/MultiImagePicker.git ). 在git repository URL中之后,您必须在网页的右侧部分插入https clone URL(在本例中为https://github.com/yazeed44/MultiImagePicker.git )。 Choose a parent directory and a name of your project. 选择一个父目录和您的项目的名称。

Done. 做完了

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM