intellij-csv-validator icon indicating copy to clipboard operation
intellij-csv-validator copied to clipboard

Plugin disabled compiler in Android Studio

Open jimad opened this issue 5 years ago • 1 comments
trafficstars

Enabled the plugin in Android Studio 4.0.1, compiler crashed, disabled Java language parsing. Had to totally re-install Android Studio. There are no log files to attach - was anxious to get Android Studio re-installed and working again.

jimad avatar Jul 31 '20 06:07 jimad

@jimad I am sorry to hear that.

I just downloaded Android Studio 4.0.1 to test it and got quite some pointing error logs within the IDE. It seems that Android Studio comes with JRE8, but the newest versions of CSV Plugin requires minimum of JRE9 to be used for the IntelliJ platform.

Please follow the official instructions to switch to a newer JRE or manually install a CSV plugin version prior to 2.11.0.

SeeSharpSoft avatar Aug 03 '20 16:08 SeeSharpSoft