Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Frode Nilsen
Total activity
28
Last activity
February 06, 2025 20:14
Member since
August 15, 2014 07:56
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
8
Activity overview
Posts (8)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
February 06, 2025 20:13
I really hope this gets fixed before the release of Meerkat, or else my plugin is kaput due to compatibility changes I need to get published
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio plugin not resolving dependency for org.jetbrains.android 243.22562.218
0 votes
Created
June 19, 2021 06:40
I solved it by runing IDEA as administrator on Windows. Writing to "c:\program files" is a bit protected. The new classes resolve correctly now so I should be able to build and publish a new versio...
Community
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 votes
Created
June 18, 2021 14:57
Excellent. What do you suggest for me as a resolution? Wait until 4.2.1 sources are merged and published? Or will changing to `intellij.localPath` fix it? (I tried briefly but met some hurdles with...
Community
IntelliJ IDEA Open API and Plugin Development
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
0 votes
Created
June 16, 2021 21:07
Thanks. The next struggle was how to construct a Directory object. Worked around it like this: def dir = project.getLayout().getProjectDirectory().dir('C:/Programfiler/android/Android Studio')ide...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to upgrade intellij plugin from 0.4.21 to 1.0
0 votes
Created
May 01, 2015 08:30
Turns out I couldn't reproduce the working solution on a second machine, so I opened an issue:https://youtrack.jetbrains.com/issue/IDEA-139878
Community
IntelliJ IDEA Users
My maven dependency is resolved, but not compiled. How do I debug?
0 votes
Created
April 30, 2015 08:49
I was able to install v14.1.2. It did not solve the problem but I fixed the issue by including different instance of the same dependency: <dependency> <groupId>android.support</groupId> <arti...
Community
IntelliJ IDEA Users
My maven dependency is resolved, but not compiled. How do I debug?
0 votes
Created
April 29, 2015 09:09
Ok, do you know if I can upgrade my ultimate release to 14.1.2 even though my upgrade license has expired?
Community
IntelliJ IDEA Users
My maven dependency is resolved, but not compiled. How do I debug?
0 votes
Created
December 02, 2014 14:17
For anyone else coming here, I just found that the plugin named Gradle View by "rholder" does pretty much exactly what I was asking for. Yay :)
Community
IntelliJ IDEA Users
Is there any way to see the maven dependecy tree?
0 votes
Created
November 20, 2014 14:23
Ok thanks :)
Community
IntelliJ IDEA Users
Is there any way to see the maven dependecy tree?
0 votes
Created
November 20, 2014 11:53
My project is a gradle project (which has a lot of maven-based dependencies) so I don't have that option. Is there no way to do this with gradle projects?
Community
IntelliJ IDEA Users
Is there any way to see the maven dependecy tree?
0 votes
Next
›
Last
»