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
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
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
«
First
‹
Previous
Next
›
Last
»