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
November 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
November 02, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
【ClassNotFoundException】After upgrading android studio to the latest version, my plugin reports an error
0 votes
Created
August 01, 2022 19:17
https://youtrack.jetbrains.com/issue/IDEA-299045 At the moment AVD manager is not available in projects with no android facet
Community
IntelliJ IDEA Users
IntelliJ 2022.2 Ultimate: Android Device Manager can't start simulators anymore
0 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
Next
›
Last
»