Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored Jan 26, 2018
1 parent d892ff7 commit d10477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ New versions of ODK Collect are released on the last Sunday of each month. We fr

If you want to debug the code that comes from the Javarosa library or you need to change something there for testing, the best possible solution is adding the Javarosa package as a separate module:
1. Download and extract the code from the [Javarosa's repository](https://github.com/opendatakit/javarosa)
2. In Android studio select `File` -> `New` -> `New Module` -> `Import Gradle Project` and choose the downloaded package
2. In your Android Studio select `File` -> `New` -> `New Module` -> `Import Gradle Project` and choose the downloaded package
3. In the [build.gradle](https://github.com/opendatakit/collect/blob/master/collect_app/build.gradle) file add:
```gradle
compile (project(path: ':javarosa-master')) {
Expand Down

0 comments on commit d10477e

Please sign in to comment.