Skip to content

Instantly share code, notes, and snippets.

View tolot27's full-sized avatar

Mathias Walter tolot27

View GitHub Profile
@tolot27
tolot27 / xDrip_dev_docs.md
Last active November 24, 2020 13:26
xDrip Docs

xDrip documentation for developers

Install development environment

  1. Install Android Studio at least v3.5 but the newest version should be fine, too
  2. Install Lombok IntelliJ plugin
  3. Fork the xDrip repository and clone it localy from your fork
  4. Add the upstream repository as remote using git remote add upstream https://github.com/NightscoutFoundation/xDrip.git
  5. Start Android Studio and load the xDrip project
  6. Do not update the Android Studio Gradle plugin for the xDrip project. You can update Gradle itself, but not the Gradle plugin.