0

It seems to be looking for Java 7, but I am using Java 6 because if some earlier issues I had and needed to stick with Java 6.

Here is the screenshot so you can see the error message. How would I set the default JVM to 6 in AndroidStudio?

enter image description here

EDIT: actually I just changed it to Java 6, and I get the same error about Java 6 :( so maybe that wasn't the main cause of this error.

Genadinik
  • 18,153
  • 63
  • 185
  • 284

1 Answers1

1

I believe you need java 7 or above to run android studio (atleast on El Capitan). Looking at the TOP level exception error it could be due to this, UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dex.DexException: Multiple dex files define

Community
  • 1
  • 1
CodeCody
  • 320
  • 2
  • 5