Skip to content

Commit

Permalink
Mention build flavors in readme (#511)
Browse files Browse the repository at this point in the history
Mention build flavors in readme

Fix #505

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Dec 16, 2017
1 parent 65dbbd7 commit 266a05f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ openHAB Android application is a native client for openHAB. It uses REST API of

## Setting up development environment

If you want to contribute to Android application we are here to help you to set up
development environment. openHAB Android app is developed using Android studio and also can be
build with maven.
If you want to contribute to Android application we are here to help you to set up development environment. openHAB Android app is developed using Android Studio and also can be build with maven.

- Download and install [Android Studio](https://developer.android.com/sdk/installing/studio.html)
Android -> SDK Manager)
- Download and install [Android Studio](https://developer.android.com/sdk/installing/studio.html) Android -> SDK Manager
- Check out the latest code from Github via Android Studio
- Install SDKs and Gradle if you get asked
- Click on "Build Variants" on the left side and change the build variant of the module "mobile" to fullDebug

You are ready to contribute!

Before producing any amount of code please have a look at [contribution guidelines](https://github.com/openhab/openhab.android/blob/master/CONTRIBUTING.md)

## Build flavors

An optional build flavor "foss" is available for distribution through F-Droid. This build has GCM and crash reporting removed and will not be able to receive push notifications from openHAB Cloud.

## Trademark Disclaimer

Product names, logos, brands and other trademarks referred to within the openHAB website are the property of their respective trademark holders. These trademark holders are not affiliated with openHAB or our website. They do not sponsor or endorse our materials.
Expand Down

0 comments on commit 266a05f

Please sign in to comment.