Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrei Kuznetsov
Total activity
34
Last activity
November 02, 2022 12:34
Member since
January 12, 2021 11:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Articles (0)
Posts (0)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
June 13, 2022 14:18
Which IDE and which version are you using, Mia J?
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find module with ModuleManager.findModuleByName()
0 votes
Created
May 25, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 07, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 06, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
May 06, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use the PreviewRepresentation extension from the Android plugin?
0 votes
Created
January 27, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 votes
Edited
January 27, 2022 17:25
For `thumb` workaround is to use `thumb` property instead of `thumb()` function: thumb = {Thumb { URL("...") }} // works. You can also use helper com.android.tools.idea.wizard.template.TemplateHe...
Community
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 votes
Created
January 27, 2022 13:34
Hi Denis Bedin, Error message `com.android.tools.idea.wizard.template.TemplateBuilder not found.` suggests that this is not about `copy` method. Do you have `thumb` in your template? E.g. val myAwe...
Community
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 votes
Created
January 13, 2022 10:29
No problem. These are not really plugin names. They are names of directories in `<DIST>/plugins` directory. If you know which jar contains missing class - you can include platformPlugin named after...
Community
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 votes
Created
January 13, 2022 10:19
Tom Horovsky, Could you please try the following configuration: platformPlugins = android,cidr-base-plugin,c-plugin
Community
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 votes
«
First
‹
Previous
Next
›
Last
»