Home > OS >  failed to load jvm dll android studio Electric Eel
failed to load jvm dll android studio Electric Eel

Time:01-19

I was trying to install Android Studio Electric Eel on a laptop but after installation when I'm trying to open this error comes, failed to load jvm dll android studio enter image description here

I already,

Added JAVA_HOME in system variables, Added path of Java bin folder,

CodePudding user response:

try this, it's worked for me just delete the jre folder and it starts working(restart android studio)...

C:\Program Files\Android\Android Studio\jre

The problem is because of traces of old Android Studio java folder,The new Android Studio Electric Eel is using jbr, not jre.

CodePudding user response:

You also need to add your bin directory path in path System Variable

In here

Edit System Variables and add your path as follow

in here

  • Related