主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrei Kuznetsov
活动总数
34
最后的活动
2022年11月02日 12:34
成员加入日期
2021年01月12日 11:10
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
11
活动概览
文章(0)
帖子(0)
评论(23)
按最近的活动排序
最近的活动
投票数
已编辑于
2021年01月12日 18:09
Hi @..., You also need to include "org.jetbrains.plugins.gradle" plugin to dependencies. intellij { version = "2020.3" setPlugins("java", "gradle", "org.jetbrains.idea.gradle.dsl.impl", "org....
社区
IntelliJ IDEA Open API and Plugin Development
Cannot parse GradleBuildModel in plugin test
1 票
创建于
2022年11月02日 12:34
I just found that now we support `AI` product codes: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type So you can use `AI` instead of `IC` or `lo...
社区
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 票
创建于
2022年11月02日 12:08
810829096, I confused. Are you developing a plugin for Android Studio or IDEA? IDEA 2022.1 is not the same as Android Studio 2022.1. It is easier to comprehend if we denote 2 parts explicitly: ther...
社区
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 票
创建于
2022年08月01日 19:17
https://youtrack.jetbrains.com/issue/IDEA-299045 At the moment AVD manager is not available in projects with no android facet
社区
IntelliJ IDEA Users
IntelliJ 2022.2 Ultimate: Android Device Manager can't start simulators anymore
0 票
创建于
2022年06月13日 14:18
Which IDE and which version are you using, Mia J?
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find module with ModuleManager.findModuleByName()
0 票
创建于
2022年05月25日 21:52
Parmarrivan, you need to declare dependency on `design-tools` in build.gradle file in order to make these classes available in compile time: intellij { .... plugins = ["design-tools","android...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月07日 17:17
There is no easy way to switch implementations on the fly. You can create a class which will contain both methods, so it will be binary-compatible with both IDEs, but it is still tricky to compile ...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月06日 09:42
You should develop two different plugins. One for Android Studio Arctic Fox, another one for Bumblebee. Android plugin in IDEA 2022.1 has version 2020.3 (i.e. the same as in Arctic Fox studio), so ...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年05月06日 07:09
In Android Studio Bumblebee this class has been moved from the main android plugin to a dedicated `design-tools` plugin. <depends>com.intellij.modules.platform</depends><depends>com.android.tools.d...
社区
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 票
创建于
2022年01月27日 17:34
As a workaround for `copy` method you can use plain java.io API, IntelliJ API (e.g., `com.intellij.openapi.fileEditor.FileDocumentManager`), or try `com.android.tools.idea.wizard.template.RecipeExe...
社区
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 票
下一页
›
最后
»