How I can write a plugin for Android Studio?
I\'ve looked for documentation, but unfortunately there is very little or it\'s poor, so what articles can recommended?<
Since Android Studio is Based in IntelliJIDEA, a good starting point is the IntelliJ docs:
Jetbrains Plugin Development
Here is a good resource for Plugin Development working within Android Studio compatibility.
http://yvonne.idescout.com/2015/08/writing-plugins-for-android-studio.html
In this article we’ll describe a step-by-step process of creating a simple plugin for Android Studio / IntelliJ IDEA.
https://yalantis.com/blog/android-studio-plugin-development/