Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,28 @@
[![Download](https://api.bintray.com/packages/missioncommand/maven/emp3-android/images/download.svg)](https://bintray.com/missioncommand/maven/emp3-android/_latestVersion)

## About
Extensible Map Platform (EMP) Android development kit
Extensible Map Platform (EMP) Android Development Kit.

## Building

### Prerequisites

__Software__

* [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
* [Android SDK](https://developer.android.com/studio/index.html) with the following components:
* build-tools-25.0.2
* android-23
* extra-android-m2repository
* tools

__Environment Variables__

* ```ANDROID_HOME``` must point to an existing Android SDK installation directory


### Build

```
$ ./gradlew build
```