eclipse 如何为 Android Studio 编写插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28713974/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to write a plugin for Android Studio?
提问by Radenko Zec
How I can write a plugin for Android Studio?
我如何为 Android Studio 编写插件?
I've looked for documentation, but unfortunately there is very little or it's poor, so what articles can recommended?
找了文档,可惜很少或者很差,请问有什么文章可以推荐?
Can Eclipse or IntelliJ IDEA plugin work in Android Studio?
Eclipse 或 IntelliJ IDEA 插件可以在 Android Studio 中工作吗?
采纳答案by ricardgf
Since Android Studio is Based in IntelliJIDEA, a good starting point is the IntelliJ docs:
由于 Android Studio 基于 IntelliJIDEA,一个好的起点是 IntelliJ 文档:
回答by Schlank
Here is a good resource for Plugin Development working within Android Studio compatibility.
这是在 Android Studio 兼容性中工作的插件开发的好资源。
http://yvonne.idescout.com/2015/08/writing-plugins-for-android-studio.html
http://yvonne.idescout.com/2015/08/writing-plugins-for-android-studio.html
回答by Hyman The Ripper
In this article we'll describe a step-by-step process of creating a simple plugin for Android Studio / IntelliJ IDEA.
在本文中,我们将描述为 Android Studio / IntelliJ IDEA 创建简单插件的分步过程。
https://yalantis.com/blog/android-studio-plugin-development/
https://yalantis.com/blog/android-studio-plugin-development/