Skip to content

Instantly share code, notes, and snippets.

@tolot27
Last active November 24, 2020 13:26
Show Gist options
  • Select an option

  • Save tolot27/80e01e8e7268e5758550ca950521bdf9 to your computer and use it in GitHub Desktop.

Select an option

Save tolot27/80e01e8e7268e5758550ca950521bdf9 to your computer and use it in GitHub Desktop.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment