如何从github仓库中的子目录创建Android Studio项目

时间:2016-05-21 23:30:04

标签: android android-studio

我需要在github上从this directory创建一个android studio项目。我试过VCS - > Checkout from Version Control中的Android Studio,但是在repo中没有此目录的url,因此我不确定是否只能克隆此子目录。

我也试过下载整个仓库,做File - > New - > Import Project中的Android Studio,并选择将子目录作为要导入的文件夹。这显示了构建进度条,但在完成后,没有导入的项目。

我该怎么做?

2 个答案:

答案 0 :(得分:1)

我现在明白了。回到this。然后点击Download Zip并解压缩。在Android Studio转到File -> Open ->然后转到quickstart-android-master,然后转到messaging。不要打开quickstart-android-master下到messaging并打开它。

修改

请注意,您必须按照这些说明进行构建和运行。

Add google-services.json in android studio

答案 1 :(得分:0)

我不确定它是否正确,但是我在Android Studio 4.1.1上通过以下步骤解决了该问题:

  1. 运行Android Studio,直到显示Welcome to Android Studio屏幕。
  2. 选择Get from Version Control
  3. 粘贴URL
  4. 按下Clone按钮。

这将导入完整的存储库,但您将无法run(完全如您的问题所述)使用该应用程序。

  1. 现在关闭并重新打开Android Studio
  2. welcome screen上,选择import Project (Gradle, Eclipse ADT, etc.)
  3. 导航到下载项目的文件夹,然后选择所需的子文件夹
  4. 按“确定”,然后让Studio创建您的项目。