如何在Android Studio中编译kobotoolbox / odk collect?

时间:2016-08-24 05:00:10

标签: android git odk

我对git有基本的了解,我一直在使用Github和Bitbucket 我试图从中得到消息来源 Github!  但是我不明白读给我的指示。我已经完成了research ,但我找不到解决方案。

我尝试过的事情包括

  1. 将项目导入Android Studio
  2. 将源代码复制粘贴到新项目中

1 个答案:

答案 0 :(得分:0)

我已经弄清楚了这个过程,如果有人要求,可以采取以下步骤

  1. 启动Git控制台
  2. 制作新目录mkdir [directory name]
  3. 更改为该目录cd [directory name]
  4. 克隆回购
  5. git clone https://github.com/opendatakit/google-play-services.git  git clone https://github.com/opendatakit/collect.git  git clone https://github.com/opendatakit/gradle-config.git

    1. 这些会自动将这些项目设置为主人。 现在将gradle-config更改为collect / settings.gradle所需的版本(例如,40)
    2. cd gradle-config git checkout 40

      (4)打开Android Studio ...新建/导入项目... collect / build.gradle