Privacy-focused mapping application for Android
- Install Kotlin Plugin for Android Studio
- Go to https://mapzen.com/developers/ and auth with Github
- Create a Mapzen API key
- Add key to
~/.gradle/gradle.properties
or use as command line argument
gradle.properties
apiKey=mapzen-???
Command-line arguments
./gradlew clean installDevDebug -PapiKey=$API_KEY
$ git clone https://github.com/mapzen/eraser-map.git
$ ./gradlew
Beta builds (which have Splunk MINT Crash Reporting enabled) are available from here: http://android.mapzen.com/erasermap/
- Follow instructions to enable unit testing support in Android Studio
- Modify unit test run configuration working directory to
/path/to/project/eraser-map/app
- Rebuild and run tests
./gradlew test --continue