Skip to content

BramRampelberg/thesis-android-app

Repository files navigation

Rise - GENT2 - Android

Team Members

Running the application

  1. Create or modify your local.properties file in the project root and add the following properties:
PROD_BASE_URL=https:yourproductionurl.com/ 
DEV_BASE_URL=http://10.0.2.2:5001/
  1. Sync gradle files and run MainActivity on an android emulator.

Testing

In project root run the following commands:

  • Run unit tests: ./gradlew test
  • Run android tests:
    • Automatically launch emulator and run tests: ./gradlew connectedAndroidTest
    • Run tests on already connected emulator (e.g. for github actions): ./gradlew connectedCheck

Build

In project root:

  • Build debug apk: ./gradlew assembleDebug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages