kgmyshin / eventbus-intellij-plugin

Other
316 stars 18 forks source link

Unsupported major.minor version #2

Closed dehimb closed 9 years ago

dehimb commented 9 years ago

I have this error when try to use plugin with latest Android Studio com/kgmyshin/ideaplugin/eventbus/EventBusLineMarkerProvider : Unsupported major.minor version 51.0 [Plugin: com.kgmyshin.ideaplugin.eventbus]

kgmyshin commented 9 years ago

@dehimb

I think you use JDK6 and if you use JDK7, that error will be eliminated.

But if you want to JDK6, I can try to correspond that.

dehimb commented 9 years ago

@kgmyshin I change jdk version and it helps, thanks.

kgmyshin commented 9 years ago

:+1: