Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

power-meter/android-client

Repository files navigation

Build status Maintainability ktlint Known Vulnerabilities

Development

Keys

  • place keys.properties file in android-client/
  • place google-services.json file under android-client/app

Local DB Access

Linux

Run the following in terminal

  • sudo ln -s ~/Android/Sdk/platform-tools/adb /bin/adb
  • adb forward tcp:8080 tcp:8080 (will need to re-enter this command after restarts)

Database can be debugged in browser at localhost:8080 View docs for more details: https://github.com/amitshekhariitbhu/Android-Debug-Database