PluginSDK 12.0.4 does not install under IntelliJ 14.0.2
Developing a plugin I choose as baselien for compatibility the IntelliJ 12.0.4 SDK. But in a new setup I can't install that SDK (OSX Mavericks). I can add a new SDK and select the /Application/IDEA IntelliJ 12 CE folder and nothing happens. I can isntall that SDK w/o problems in IntelliJ 13 on the same machine.
Is there any way to debug what happens? Are there logs that I don't know about?
Please sign in to leave a comment.
You can navigate to the logs using Help | Show Logs in Finder (in your 14.0.2 instance). Are there any exceptions in the log?
Unfortunately not
I've fixed the problem. As a workaround, you can download the Unix distribution of 12.0.4 and configure a plugin SDK pointing to it.
Oh, thanks, that sounds good!
Happy holidays!
Ooops, the workarund does not work for me. I downloaded the linux tar.gz, untar(ed) and tried to define a SDK with it. Same reaction.
Sorry fo rthe bad news.