sub-rat / collect

Clone of ODK Collect for use in the KoBoToolbox

Home Page:https://github.com/opendatakit/collect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collect

The source of this project is actively maintained at opendatakit/collect on Github.

It is the ODK 1.0 Android application.

The developer wiki (including release notes) and issues tracker are located under the opendatakit project.

The Google group for software engineering questions is: opendatakit-developers@

Setting up your environment

This project depends upon the gradle-config and google-play-services projects

    |-- odk
        |-- gradle-config
        |-- google-play-services
        |-- collect

The gradle-config project should be checked out at the tag number declared at the top of the collect/settings.gradle file.

The google-play-services project should be pulled and at the tip.

Then, import the collect/build.gradle file into Android Studio.

KoBo specific build suggestions

  1. Install IntelliJ IDEA.
  2. Configure IDEA with the Android SDK.
  3. Import the collect project into IDEA either by root directory or by repository URL.
  4. From the menu, click Build -> Generate Signed APK...
  5. Point IDEA to the kobo-android.keystore file, enter kobotoolbox as the Key alias, and provide both the Key store password and the Key password.
  6. Select the kobo build flavor.
  7. Build.
  8. Note the likely missuse of an apostrophe in the response message Signed APK's generated successfully.

About

Clone of ODK Collect for use in the KoBoToolbox

https://github.com/opendatakit/collect


Languages

Language:Java 100.0%