主页
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)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年01月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 票
创建于
2022年01月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Resource not found when creating a project from a custom Android Studio template
0 票
创建于
2022年01月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 票
创建于
2022年01月13日 10:19
Tom Horovsky, Could you please try the following configuration: platformPlugins = android,cidr-base-plugin,c-plugin
社区
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 票
创建于
2022年01月11日 20:26
Tom Horovsky, how does your build file look like?
社区
IntelliJ IDEA Open API and Plugin Development
CIDR in new versions of IC
0 票
创建于
2021年12月14日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Modify settings.gradle file of a project created from a custom template
0 票
创建于
2021年12月07日 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,...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 票
创建于
2021年12月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 票
创建于
2021年12月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 票
创建于
2021年06月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 票
«
第一页
‹
上一页
下一页
›
最后
»