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
failed to load jvm dll android studio
I already,
Added JAVA_HOME in system variables, Added path of Java bin folder,
2
You also need to add your bin directory path in path System Variable
bin
path
Edit System Variables and add your path as follow
System Variables
try this, it’s worked for me just delete the jre folder and it starts working(restart android studio)…
C:Program FilesAndroidAndroid Studiojre
The problem is because of traces of old Android Studio java folder,The new Android Studio Electric Eel is using jbr, not jre.
Click here to cancel reply.
2
Answers
You also need to add your
bin
directory path inpath
System VariableEdit
System Variables
and add your path as followtry this, it’s worked for me
just delete the jre folder and it starts working(restart android studio)…
C:Program FilesAndroidAndroid Studiojre
The problem is because of traces of old Android Studio java folder,The new Android Studio Electric Eel is using jbr, not jre.