skip to Main Content

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,

2

Answers


  1. 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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search