0

I am trying to use the Android Device Monitor tool.

I am using windows 10, Android studio 1.5, I get this error -

Failed to Create the Java virtual Machine.

Please help.

Amit Vaghela
  • 22,772
  • 22
  • 86
  • 142

1 Answers1

1

Change below file to modify vm heap option.

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

Increase -Xms128m to -Xms512m (your default set value) and restart Android Studio.

Hope this helps.

Amit Vaghela
  • 22,772
  • 22
  • 86
  • 142