主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月22日 20:56
Indeed, it is replaced by each prepareSandbox task because you set the very same sandbox directory for every subproject: ``` subprojects { intellij { sandboxDirectory = ... } } ``` Af...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 票
创建于
2018年05月22日 20:04
Take a look at the logs (system/log/idea.log). Looks like raml-plugin cannot be read for some reason: ``` 2018-05-22 23:01:37,419 [ 3233] INFO - llij.ide.plugins.PluginManager - Cannot load /Users...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 票
创建于
2018年05月22日 18:56
Hi! Could you share the screenshot of created run configuration please and entire output of it?
社区
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 票
创建于
2018年05月22日 13:30
Hi, You can put the template in the resources root or customize prepareSandbox tasks as it's described in the FAQ: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/FAQ.md#how-do-i-ad...
社区
IntelliJ IDEA Open API and Plugin Development
How to put templates into plugin using gradle
0 票
创建于
2018年05月21日 12:37
> Here is the problem, the documentation is saying to select 'Prepare plugin module <module-name> For Deployment' That documentation is for projects that don't use Gradle. Here is complete document...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to prepare IntelliJ plugin for deployment
0 票
创建于
2018年05月17日 10:02
Should work since 173.4674 < 173.4720617 < 173.* > I only started having problems when I wanted to verify the packaged plugin. You may want to check the actual `plugin.xml` inside built plugin dist...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
创建于
2018年05月16日 16:52
I see, you're trying to install built distribution of a plugin. These logs are shown when you installed the plugin and run the ide. I filed the issue (https://youtrack.jetbrains.com/issue/IDEA-1921...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
创建于
2018年05月16日 15:02
> INFO - llij.ide.plugins.PluginManager - Plugin 'Plugin helping generate Mobius templates' can't be loaded because: Plugin since-build or until-build don't match this product's build number Not th...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
创建于
2018年05月16日 13:40
> Better feedback on version mismatch (so stating "plugin supports range X to Y, I am Z" when failing to load the plugin instead of the current message) I took a look at the code and looks like IDE...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
创建于
2018年05月16日 12:23
You use IDEA 2018.3.1 (181 branch) for compiling and run the plugin on Android Studio 3.1.2 (173 branch). There are plenty of changes between them, including changes in API. The compiler won't say ...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
«
第一页
‹
上一页
下一页
›
最后
»