Android-Studio : Error: Could not create the Java Virtual Machine

前端 未结 8 1733
耶瑟儿~
耶瑟儿~ 2020-12-01 12:41

I have just installed Android - studio today. First I have to install jdk7 for this IDE.

After that only I was able to launch IDE.

Now When I am trying to cr

相关标签:
8条回答
  • 2020-12-01 13:15

    In my case, I also change below file.

    C:\Program Files\Android\android-studio\bin\studio.exe.vmoptions
    

    but I decreased -XX:MaxPermSize=350m to -XX:MaxPermSize=300m and restarted Android Studio.

    0 讨论(0)
  • 2020-12-01 13:16

    In my case, I changed below file to modify vm heap option.

    C:\Program Files\Android\android-studio\bin\studio.exe.vmoptions
    

    I increased -Xms128m to -Xms512m and restarted Android Studio.

    After that, I could go to next step.

    0 讨论(0)
提交回复
热议问题