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@
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.
- Install IntelliJ IDEA.
- Configure IDEA with the Android SDK.
- Import the
collect
project into IDEA either by root directory or by repository URL. - From the menu, click
Build
->Generate Signed APK...
- Point IDEA to the
kobo-android.keystore
file, enterkobotoolbox
as theKey alias
, and provide both theKey store password
and theKey password
. - Select the
kobo
build flavor. - Build.
- Note the likely missuse of an apostrophe in the response message
Signed APK's generated successfully.