Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Lintzu
Total activity
26
Last activity
January 10, 2017 10:01
Member since
October 06, 2016 04:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (18)
Sort by recent activity
Recent activity
Votes
Created
January 10, 2017 10:01
The only work around I see in this problem is to have the plugin execute a shell script using a pre-written bash script with compilation commands for building an app using command line. That's the...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
January 10, 2017 09:59
Ya, it turns out that some of my gradle classes work on Android Studio but some of them just throws a class def not found error. Just a side note, I only want my plugin to work on Android Studio b...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
January 10, 2017 09:04
Oh I see. So in the plugin.xml part, in the <depends> tag, I should replace it with com.intellij.modules.androidstudio? I did that, but IntelliJ isn't liking it :(
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
January 10, 2017 04:42
So, I included all of the JARs. When I compiled my project, code compiles but when I run the code, I got a run time exception like: java.lang.NoClassDefFoundError: com/google/wireless/android/sdk/...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
January 09, 2017 11:55
Oh I see. So my other question is, if I want this plugin to work for Android Studio, meaning that whenever I press build on Android Studio my plugin will be able to get the gradle output, will doi...
Community
IntelliJ IDEA Open API and Plugin Development
Getting Gradle error output
0 votes
Created
January 09, 2017 10:01
Ahhh, found it. Much appreciated :)
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
January 08, 2017 03:36
Hi, So I downloaded Gradle and included it's lib folder, where there are bunch of gradle.jar files, into my project. The project is still complaining that it cannot find GradleConstants. I include...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
December 15, 2016 07:31
If this helps, I have installed the Gradle plugin into IntelliJ.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle Constants undefined
0 votes
Created
December 14, 2016 11:14
Oh wait, I see what's going on. Within Exception e, I can get the error message from Gradle. Let me give this a try and I will let you know if I have any more questions. Thanks for your help :)
Community
IntelliJ IDEA Open API and Plugin Development
Getting Gradle error output
0 votes
Created
December 14, 2016 11:04
Maybe this might clear things up. Does Exception e contains the stderr and stdout from Gradle, where stderr and stdout are compilation errors produced by Gradle?
Community
IntelliJ IDEA Open API and Plugin Development
Getting Gradle error output
0 votes
Next
›
Last
»