prosseek
prosseek

Reputation: 190659

"Plugin Scala is incompatible with this installation" error with IntelliJ 14

From Browse Repositories in IntelliJ 14, the newest Scala plugin is version 1.5.2.

enter image description here

From the Scala plugin homepage for IntelliJ, the latest version (as of Aug 10, 2015) is 1.7.4. https://plugins.jetbrains.com/plugin/?id=1347

However, when I tried to install it from "Intall plugin from disk ..." after downloading scala-intellij-bin-1.7.4, I got this error:

enter image description here

enter image description here

What might be wrong?

Upvotes: 8

Views: 13860

Answers (4)

user238607
user238607

Reputation: 2468

I faced the same issue with 2020.2.4 Intellij IDEA. I just uninstalled the plugin and installed it again. Fixed the problem.

Upvotes: 5

Arefe
Arefe

Reputation: 12397

The best option is to directly install the Scala plugin from the marketplace. However, if you can't do it for some reason (say, HTTP proxy related), you can download the plugin and install in the IntelliJ. Finding the correct plugin is little tricky, I provided a screenshot below:

enter image description here

The supported products are provided and we will need to look closely for that. This plugin will only work for those products.

Upvotes: 0

Dmitry Kaltovich
Dmitry Kaltovich

Reputation: 2270

Try this way:

  1. Go in settings - ctrl + shift + s
  2. Plugins
  3. Updates at the top
  4. Push the button Update all Done!

Upvotes: 1

ka4eli
ka4eli

Reputation: 5424

On the link that you've provided you can see that compatible Intellij Idea builds for 1.7.4 version are 142.3553 — 143. The latest 14 Idea build has version lower than 142 - so it's incompatible with this plugin version. There is already EAP Intellij Idea 15 which you can download and install new scala plugin version on it.

Upvotes: 6

Related Questions