Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jc Caramail
Total activity
7
Last activity
March 08, 2022 10:15
Member since
March 01, 2022 14:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
March 08, 2022 10:15
HelloI still have the error in the dependencies, but otherwise it seems to work pretty well, at least enough for me to finally start coding the plugin. <depends>com.intellij.modules.androidstudio</...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 votes
Created
March 07, 2022 14:32
HelloSorry to waste your time, but as I had already wasted more than two weeks trying to find the solution to my problems by myself, reading all the Jetbrains docs (on plugins and others), dozens o...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 votes
Created
March 04, 2022 15:04
It is better, but I still have one problem in plugin.xml with android studio (see below). What to do ? In build.gradle.KTS (I didn’t keep build.gradle as you proposed): intellij { pluginName.set...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 votes
Created
March 02, 2022 15:14
Yes, as I said in the first post: I have to use PSI. The plugin needs to work with Android Studio and with IntelliJ, and that's where I've been stalling for days. I've looked at https://plugins.je...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 votes
Created
March 02, 2022 11:10
Thank you. I adapted my files as shown below. It seems that my empty plugin is well recognized by Android Studio and IntelliJ. configurations { create("externalLibs")}dependencies { // to int...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 votes