How to write a plugin for Android Studio?

13,265

Solution 1

Since Android Studio is Based in IntelliJIDEA, a good starting point is the IntelliJ docs:

Jetbrains Plugin Development

Solution 2

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/

Solution 3

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

Share:
13,265

Related videos on Youtube

Radenko Zec
Author by

Radenko Zec

I am one of the creators of ultra fast RSS reader called http://silverreader.com

Updated on September 15, 2022

Comments

  • Radenko Zec
    Radenko Zec over 1 year

    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?

    Can Eclipse or IntelliJ IDEA plugin work in Android Studio?

  • Radenko Zec
    Radenko Zec about 9 years
    So you think that if I develop IntelliJ Idea Plugin it will work in Android Studio?
  • ricardgf
    ricardgf about 9 years
    Since the actual IntelliJIDEA plugins are already working in android studio, I think so.
  • Radenko Zec
    Radenko Zec about 9 years
    And Eclipse plugin of course will not work in Android Studio?
  • ricardgf
    ricardgf about 9 years
    No, I don't think so. Android studio as far as I know, has nothing to do with eclipse