Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save obvionaoe/991a67b4c4dc95b4dc433fcbcec6245a to your computer and use it in GitHub Desktop.
Save obvionaoe/991a67b4c4dc95b4dc433fcbcec6245a to your computer and use it in GitHub Desktop.
Adding an EAP repository to IntelliJ or Android Studio

To install an Early Access Program version of a plugin in IntelliJ or Android Studio, follow these steps:

I'll be using this plugin as an example, change the values accordingly to your use case.

  1. Find the Jetbrains marketplace page for the plugin you need (example: this pluigin)
  2. Go to the versions tab (example: https://plugins.jetbrains.com/plugin/8191-sqldelight/versions)
  3. Find the channel that has the version you need (example: alpha)
  4. Then inside you IDE go to the Settings > Plugins and at the top press the cogwheel next to the Installed tab.
  5. Choose Manage Plugin Repositories
  6. On the window press the plus and add https://plugins.jetbrains.com/plugins/alpha/8191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment