Skip to content

akuvisur/SymptomTracker2

Repository files navigation

SymptomTracker2

Next iteration of the symptom tracker application for Master's Thesis

  1. git clone this project

  2. git clone the required AWARE plugin(s)

  3. Add a new module to this project:

    • Open Module Settings, click top left '+' icon, select 'add new Module'
    • Select existing Android Studio Project
    • browser to module directory (Activity Recognition)
    • Go to module app/build.gradle
      • change line: apply plugin: 'com.android.application' to: apply plugin: "com.android.library"
      • comment out applicationId (libraries cannot have applicationId) ("//applicationId ...")
  4. Include "compile project(':com.aware.plugin.google.activity_recognition')" to main project app/build.gradle if not there already

  5. Change com.aware.plugin.google.activity_recognition.Plugin class variable ACTION_AWARE_GOOGLE_ACTIVITY_RECOGNITION to final (public final static ..)

    • Since it is used inside a switch statement and needs to be declared final..
  6. Change the activity recognition dependencies (build.gradle)

    • Change aware-core version to same as the app/build.gradle
    • include "compile 'com.koushikdutta.ion:ion:2.1.6'" due to aware-core-3.9.8 or higher requirements
  7. Build project

    • Change plugin's buildToolsVersion if required

About

Next iteration of the symptom tracker application for Master's Thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages