Which version does my custom intellij plugin support for Android Studio

63 Views Asked by At

I am writing a custom plugin for IntelliJ.

But how can I know which IntelliJ version my custom plugin supports. And my custom plugin support which version of Android Studio.

Testing every version Android Studio may work, but any better idea to get my plugin supporting Android Studio version.

1

There are 1 best solutions below

0
On BEST ANSWER

Refer to Android Studio <-> IDEA Tags. You can find the relationship of version between intellij idea and android stdio.