Questions tagged [android-studio-plugin]

34 questions
0
votes
0 answers

Running an IntelliJ-developed plugin in Android Studio

There's another thread about this topic here but with no accepted/sufficient answer. I am building a plugin targeted at Android Studio using IntelliJ Community Edition plugin development tools and I need to run and rebug the plugin in Android…
Jay
  • 4,873
  • 7
  • 72
  • 137
0
votes
2 answers

How to execute gradle task

I wanted to execute gradle task from my plugin code. Any one can suggest me, how can I programmatically execute gradle task from code. Thanks, Sumeet.
sumeet
  • 525
  • 2
  • 7
  • 16
0
votes
1 answer

Android studio plugin

I create a plugin with IntelliJ IDEA for android studio using IntelliJ API, it works well on IntelliJ but when i install it on Android Studio it doesn't work. I have this error org/json/JSONException java.lang.NoClassDefFoundError:…
-1
votes
1 answer

How to make a simple plugin for Android Studio for custom mouse hover hint

In my java project in Android Studio I have an enum which member are used as indexes in string arrays for localization. I don't use standard Android localization tools because project is portable. I've found that it would be convenient when you move…
Tertium
  • 6,049
  • 3
  • 30
  • 51
1 2
3