/hawkular-android-client

Primary LanguageJavaApache License 2.0Apache-2.0

Hawkular Android Client

This repository contains the source code for the Hawkular Android application.

License

Building

Build Status

You will need JDK 1.7+ installed. Gradle, Android SDK and all dependencies will be downloaded automatically.

Debug

$ ./gradlew clean assembleDebug

Release

$ cp properties/signing.properties .
$ vi signing.properties

$ ./gradlew clean assembleRelease

Reading

There are some documents on the Wiki, including API overview, UI mockups and instructions on running necessary servers for using the client in common and push notifications specifically.