Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.44 KB

LifeBand (nwHacks 2017): Application

By Luminescence

Build Status License

Android 8.0 (API level 26) application which supplies patient data to doctors.

Setup

First, an instance of the Lifeband backend should already be running.

Android

Install Android Studio and import the project.

Creating a Production Release

Step 1: Building a Release Variant

Create a new file in the root directory to hold the secure keystore details:

cd application/
cp keystore.properties.template keystore.properties

This file will be ignored by Git. Set your keystore information in this file.

Under Build, click Select Build Variant.

In the Build Variants view which appears, change the Active Build Variant from debug to release.

Build the application normally to your phone. The keystore credentials will be verified and applied.

Step 2: Creating the Signed App

Under Build, click Generate Signed Bundle / APK.

Follow the instructions, inputting your keystore path and credentials, to create a signed app which can be uploaded to the app store.