Skip to content

dhis2/dhis2-android-trackercapture

Repository files navigation

This project is now DEPRECATED

The app is not supported anymore so there won't be new versions in the future. Moreover, any pending or future bug won't be fixed.

dhis2-android-trackercapture

Android application for DHIS 2 for tracking of persons and things.

Get the APK from the release page:

https://github.com/dhis2/dhis2-android-trackercapture/releases

Testing

If you want to try the application out with a demo database, you can use the following:

How to Download and Set up the development environment in Android Studio

To successfully build and run this project, the dhis2-android-sdk is required.

The dhis2-android-sdk project https://github.com/dhis2/dhis2-android-sdk folder should be in a subfolder named sdk inside dhis2-android-trackercapture. It is configured as a git submodule, so it will be automatically included when cloned using --recursive.

Currently, the compatibility is guaranteed with 2.27, 2.28 and 2.29 servers, use develop branch in dhis2-android-trackercapture and tracker-capture branch in dhis2-android-sdk repositories.

When cloning from zero, it's strongly recommended to do it as follows:

git clone --recursive -b develop git@github.com:dhis2/dhis2-android-trackercapture.git
cd dhis2-android-trackercapture/sdk
git checkout tracker-capture

Then open Android Studio, select "Open an existing Android Studio project", and select the build.gradle in dhis2-android-trackercapture/