主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Jc Caramail
活动总数
7
最后的活动
2022年03月08日 10:15
成员加入日期
2022年03月01日 14:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月08日 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</...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 票
创建于
2022年03月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 票
创建于
2022年03月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 票
创建于
2022年03月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 票
创建于
2022年03月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to configure my plugin for working both with IntelliJ and Android Studio
0 票