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

How can i compile kobotoolbox/odk collect in Android Studio?

我对git有基本的了解,我一直在使用Github和Bitbucket 我试图从 Github! 但我不明白阅读 me.I 中给出的说明已经完成了我的 research ,但我没有找到解决方案。

我试过的东西包括

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

我已经弄清楚了流程,如果有人需要的话,这里是步骤

  1. 启动Git控制台
  2. 创建一个新目录mkdir [directory name]
  3. 切换到那个目录cd [directory name]
  4. 克隆存储库

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. 这些会自动设置这些项目给master的提示。 现在将 gradle-config 更改为 collect/settings.gradle 所需的版本(例如,40)

cd gradle-config git checkout 40

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