Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergm1983 authored Aug 7, 2019
1 parent 150b172 commit c9cac21
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ This document will guide you to build the application on a Linux machine with An
git clone --recursive https://github.com/meganz/android.git
```

* Configure the variable `NDK_ROOT` to point to your Android NDK installation path at `jni/build.sh`.
* Configure the variable `NDK_ROOT` to point to your Android NDK installation path at `app/src/main/jni/build.sh`.

* Open the project with Android Studio, let it build the project and hit _*Run*_
* Go to `app/src/main/jni/` and execute: `./build.sh clean` and `./build.sh all`.

* Download the link https://mega.nz/#!1tcl3CrL!i23zkmx7ibnYy34HQdsOOFAPOqQuTo1-2iZ5qFlU7-k, uncompress it and put the folders `debug` and `release` in the path `app/src/`.

* Open the project with Android Studio, let it build the project and hit _*Run*_.

### Notice

To use the *geolocation feature* you need a *Google Maps API key*:

* To get one, follow the directions here: https://developers.google.com/maps/documentation/android/signup.

* Once you have your key, replace the "google_maps_key" string in these files: `app/src/debug/res/values/google_maps_api.xml` and `app/src/release/res/values/google_maps_api.xml`

0 comments on commit c9cac21

Please sign in to comment.