主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
vladimir
活动总数
11
最后的活动
2025年02月13日 18:40
成员加入日期
2025年01月20日 10:56
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(1)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2025年02月13日 18:40
Jakub, thank you very much to you and your team! I finally got it working, I am very grateful to you for your help.The only thing is that I used bundledPlugin instead of plugin, because when specif...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - missing essential plugins
0 票
创建于
2025年02月12日 20:03
Jakub thanks for the answer!And does the fix from Google really solve the problem?Because as I wrote earlier, using these settings:dependencies { intellijPlatform { androidStudio("2024....
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - missing essential plugins
0 票
已编辑于
2025年02月10日 21:43
Yann, thanks for the reply.I need to fix my plugin for Android Studio before February 16, please help.I used the snapshot version id("org.jetbrains.intellij.platform") version "2.2.2-SNAPSHOT", whi...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - missing essential plugins
0 票
创建于
2025年02月08日 18:00
Hello Yann, please tell me, I saw that the problem was fixed, but I still don't understand what I need to do to make everything work for me?My goal is to make my plugin work on the current release ...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - missing essential plugins
0 票
已编辑于
2025年02月06日 15:14
Thank you!Now I use these settings and everything works:plugins { id("java") id("org.jetbrains.kotlin.jvm") version "1.9.25" id("org.jetbrains.intellij") version "1.17.4" } group = "ru...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - Missing essential plugins: com.android.tools.design, org.jetbrains.android (2025)
0 票
创建于
2025年01月29日 05:49
Hello Karol, thanks for the reply.I would like to understand, is this my local problem? or the problem of the IDE, IntelliJ Platform Gradle Plugin (2.x) or something else?Just for example, I am usi...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - Missing essential plugins: com.android.tools.design, org.jetbrains.android (2025)
0 票
已编辑于
2025年01月20日 10:58
I have the same problem. I use macOS Sonoma 14.3 and IntelliJ IDEA Build #IC-243.22562.218, built on December 18, 2024. At first I used Gradle IntelliJ Plugin (1.x), and everything worked fine. Th...
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio - missing essential plugins
0 票