Skip to content

gtygit/androidcommon

 
 

Repository files navigation

androidcommon

This project is actively maintained

It is part of the ODK 2.0 Android tools suite.

This is a library APK used by all the ODK 2.0 Android tools.

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 and building the project

General instructions for setting up an ODK 2.0 environment can be found at our DevEnv Setup wiki page

Install Android Studio and the SDK.

This project depends on the ODK androidlibrary project; its binaries will be downloaded automatically fom our maven repository during the build phase. If you wish to modify that project yourself, you must clone it into the same parent directory as androidcommon. You directory stucture should resemble the following:

    |-- odk

        |-- androidcommon

        |-- androidlibrary
  • Note that this only applies if you are modifying androidlibrary. If you use the maven dependencies (the default option), the project will not show up in your directory.

Open the androidcommon project directory in Android Studio.

Now you should be ready to build, by selecting Build->Make Project.

Running

NOTE this project will NOT run on an Android device by itself, it is simply a library for use in other ODK projects.

Packages

No packages published

Languages

  • Java 100.0%