主页
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月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 票
创建于
2021年06月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 票
创建于
2021年06月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 票
创建于
2021年01月12日 11:10
正式评论
Hi, @..., 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, and the...
社区
IntelliJ IDEA Open API and Plugin Development
Created a new module Android library
0 票
«
第一页
‹
上一页