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

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.

Leave a Comment