Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin com.intellij failed to initialize and will be disabled: null

I followed the documentation about android-studio, however, when i execute the studio.sh i got this error:

Plugin com.intellij failed to initialize and will be disabled: null

like image 263
Bruno Mateus Avatar asked Nov 29 '25 23:11

Bruno Mateus


1 Answers

This is because of jdk installation location fixed in an IntelliJ IDEA class.

When you install the jdk (sun or openJDK) from the repository, it installs in any of the following locations:

  • /usr/java or
  • /opt/java or
  • /usr/lib/jvm

So if you have installed it manually by getting the tar and extracting it to some location other than above, you need to move your jdk folder content to any of the above locations.

like image 97
bitkot Avatar answered Dec 02 '25 14:12

bitkot



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!