This fork of Javarosa has changes to support Field Task
- Setting up your development environment
- Branches
- Building the project
- Changes in this JavaRosa fork
- Acknowledgements
-
Install Git if you don't have it
-
Download and install Android Studio
-
Fork this project Smap javarosa project
-
Clone your fork of the project onto your development workstation using git
-
Import the cloned project into Android Studio
-
Checkout the production branch
git checkout production
- production - The latest production ready code
- master - The latest unmodifield code from the upstream repository
To build the project, go to the View
menu in Android Studio, then Tool Windows > Gradle
.
Find build
in the Gradle window will in javarosa > Tasks > build > build
and double-click on it to package the application. This Gradle task will now be the default action in your Run
menu. Note some unit tests may fail if you are developing on a windows computer. Add @Ignore to these.
To package a jar, use the jar
Gradle task.
The generated Jar file will be in ./build/libs
- Added a default() function that prevents a manually modified default value from being reset on save of the survey
This project:
- forks the ODK JavaRosa library