
In this case, the () version of the IntelliJ Platform is 191.8026.42, which corresponds to the IntelliJ IDEA version 2019.1.4. To find the version of the IntelliJ Platform used to build Android Studio, use the Android Studio About dialog screen. The version number of Android Studio contains the version of the underlying IntelliJ Platform APIs that were used to build it. Matching Versions of the IntelliJ Platform with the Android Studio Versionįor API compatibility, it is essential to match the version of the IntelliJ Platform APIs used for plugin development with the target version of Android Studio. Some minor modifications to the skeleton project are needed, as discussed below. On the New Project Configuration Screen of the New Project Wizard tutorial, choose Gradle from the product category pane as described in the tutorial, not Android. The tutorial produces a skeleton project suitable to use as a starting point for an Android Studio plugin. To create a new Android Studio plugin project, follow the tutorial on the Getting Started with Gradle page. Configuring IntelliJ Platform Projects for Android Studio Plugin Development

Once completed, plugins can be packaged and distributed at .Īndroid Studio plugins are not Android modules or apps to run in the Android operating system, such as on a smartphone or tablet. It’s also helpful to be familiar with Java Swing. Plugins can be written in Kotlin or Java, or a mix of both, and are created using IntelliJ IDEA and the IntelliJ Platform.


Plugin Compatibility with IntelliJ Platform Products AppCode Plugin Development Edit page Android Studio Plugin Development IntroductionĪndroid Studio plugins extend or add functionality to the Android Studio IDE.
