从 github 导入到 android 工作室

Import from github to android studio

嘿,我正在尝试构建一个关于 google adsense 的 android 应用程序。 我想导入 android 样本。 https://github.com/Ishaan-Kumar/googleads-adsense-examples

因为我只对 android 感兴趣,所以我只想导入这个。 https://github.com/Ishaan-Kumar/googleads-adsense-examples/tree/master/android

我尝试通过 url https://github.com/Ishaan-Kumar/googleads-adsense-examples.git

在 android studio 中通过 VCS 导入

但它导入了整个项目,包括所有平台(PHP,dontnet,ruby)。 问题是我只想要 android 加上未检测到 android 文件(我认为这里没有 gradle 文件)

我该如何克服这个问题?

第 1 步:下载 Zip。不要在 android studio 中 Fork 项目或使用 git 命令或 VCS。

第 2 步:打开 Android Studio->新建项目->打开->Select android 目录。

第 3 步:Android Studio 告诉您这是一个 eclipse 项目(将其转换为 gradle blah blah)。 点击下一步。这是我开始知道这是一个 eclipse 项目以及为什么 android studio 没有检测到它的时候。

第 4 步:完成。

PS:感谢评论(评论作者已删除评论)

经常有程序员在Git页面解释,有的时候不解释。 like it

将 Github 项目导入 android studio 项目的方式有很多种

  1. 使用 zip git 文件喜欢这个步骤答案[这里]

  2. 在 android 工作室中使用克隆或 git See this

  3. 使用JitPack site for better performance and jump filters can help you

但是

Github 中的一些程序员不喜欢自定义他们的项目

他们试图破坏文件或重定向以进行块修改