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
- importing project android studio
- copy pasting source code new project
i have figured out process, here steps if 1 requires them
- launch git console
- make new directory
mkdir [directory name]
- change directory
cd [directory name]
- 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
- 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
Post a Comment