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


i have basic understanding of git , have been using github , bitbucket trying source github! not understand given instructions in read me.i have done research , have found no solutions.

things have tried include

  1. importing project android studio
  2. copy pasting source code new project

i have figured out process, here steps if 1 requires them

  1. launch git console
  2. make new directory mkdir [directory name]
  3. change directory cd [directory name]
  4. clone repos

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. these automatically set these projects tip of master. change gradle-config @ version required collect/settings.gradle (e.g., 40)

cd gradle-config git checkout 40

(4) open android studio ...new /import project... collect/build.gradle


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -