如何为 Android Studio 编写插件?

How to write a plugin for Android Studio?

如何为 Android Studio 编写插件?

找了资料,可惜资料太少或者太差了,有什么文章可以推荐一下吗?

Eclipse 或 IntelliJ IDEA 插件可以在 Android Studio 中工作吗?

由于 Android Studio 基于 IntelliJ IDEA,IntelliJ 文档是一个很好的起点:

Jetbrains Plugin Development

这是在 Android Studio 兼容性范围内进行插件开发的好资源。

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/