Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cominixo/OpenLibreNFC int…
Browse files Browse the repository at this point in the history
…o master
  • Loading branch information
cominixo committed Sep 8, 2020
2 parents fed527a + dfbbce4 commit f3d7e47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ Do not use sensors modified with this app to make medical decisions. I am not re
## Installation
To use this app, you'll have to build it yourself.

You'll need the Android SDK installed and define the ANDROID_SDK_ROOT environment variable, after that, you can just do:
`./gradlew assembleDebug` on Linux (and probably Mac)
`gradlew assembleDebug` on Windows
The .apk file should be at `app/build/outputs/apk/` after that
[This guide](https://androidaps.readthedocs.io/en/latest/EN/Installing-AndroidAPS/Building-APK.html) from the AndroidAPS docs explains how to build an apk, the steps should be basically the same, just using this repository instead.

You'll need the Android SDK installed and define the ANDROID_SDK_ROOT environment variable, after that, you can run gradlew to build the .apk file (it should probably be signed so you can install it).

You can also install Android Studio and build it from there.

Expand Down

0 comments on commit f3d7e47

Please sign in to comment.