0

I have updated my android studio and also updated java to 1.8.0_51. I have also increased the environmental variable Xmx512M(through control panel by adding _JAVA_OPTIONS). Now, when I am trying to open Android Studio, it is showing this error

enter image description here

Can anyone help me with this?

Arnab
  • 483
  • 1
  • 6
  • 14

2 Answers2

0

You should install 64-bit JDK instead of 32-bit

Anton Malyshev
  • 8,686
  • 2
  • 27
  • 45
0

Solved this by adding the Java path to environmental variables

Arnab
  • 483
  • 1
  • 6
  • 14