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
January 11, 2022 20:26
Tom Horovsky, how does your build file look like?
Community
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 votes
Created
December 14, 2021 14:18
There is no easy-to-use API to do this. Please file a feature request to Android Studio bug tracker: https://issuetracker.google.com/issues/new?component=192708&template=840533 As a workaround you ...
Community
IntelliJ IDEA Open API and Plugin Development
Modify settings.gradle file of a project created from a custom template
0 votes
Created
December 07, 2021 11:53
Another thing that you can do is you can create a gradle task that will download Android Studio from the internet (e.g., via direct link) and unzip it to some subdirectory of the `build` directory,...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 votes
Created
December 07, 2021 11:47
By default intellij-gradle-plugin adds "since-build" and "until-build" versions to plugin.xml that match selected IDE version (213 in your case). You can set compatibility range explicitly via `sin...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 votes
Created
December 07, 2021 10:09
Hi Thomas Delhomenie, IDEA 2020.3 = IntelliJ Platform 2020.3 + Android Plugin 10.4.0Android Studio 2020.3 = IntelliJ Platform 2020.3 + Android Plugin 2020.3.1 FinalIDA 2021.3 = IntelliJ Platform 20...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 votes
Created
June 19, 2021 08:19
I solved it by runing IDEA as administrator on Windows. Thank you for information. Alternatively you can use "no-exe" installer (https://developer.android.com/studio#downloads), unpack the Studio...
Community
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 votes
Created
June 18, 2021 22:11
I suggest using intellij.localPath and building against real Android Studio distribution. This should fix your problem. Android Studio and IDEA are two different products independently developed by...
Community
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 votes
Created
June 17, 2021 23:20
Hi Frode, IDEA only has Android Plugin 4.2 on the board. 4.2.1 sources are not merged yet. Sources for 4.2.1 are not published yet. When published, there will be a new tag `studio-4.2.1` available...
Community
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 votes
Edited
January 12, 2021 18:09
Hi Twarner, 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", "o...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot parse GradleBuildModel in plugin test
1 vote
Created
January 12, 2021 11:10
Official comment
Hi, Dinhxphong, Major idea behind all these templates in Android Plugin is that one never need to manipulate with IDEA project structure directly. Instead, valid gradle files should be generated, a...
Community
IntelliJ IDEA Open API and Plugin Development
Created a new module Android library
0 votes
«
First
‹
Previous