How do I debug a tool window project in Intellij IDEA for Android studio plugin?

Answered

I am working on a gradle tool window plugin project in Intellij IDEA. How do I debug/console log it? this plugin is going to be used in Android Studio.

0
2 comments

if you want debug plugin in android studio,can reference my plugin build.gradle file,  https://github.com/longforus/MvpAutoCodePlus

run 'runinIde' gradle task,  it can be debug in android studio.

0

Taslima,

to run your plugin in a specific IDE, you should specify the alternativeIdePath property. For more details, please refer to the Run/Debug IDE Properties section in the gradle-intellij-plugin documentation.

0

Please sign in to leave a comment.