How do I debug a tool window project in Intellij IDEA for Android studio plugin?
已回答
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.
请先登录再写评论。
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.
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.