0

Found out that this is bugging a lot of people from various Java versions. I read all those links but none of them helped me. My setup:

  • Windows 10
  • JDK 8 installed in C:\Java8
  • Set JAVA_HOME to "C:\Java8"
  • Set JDK_HOME to "C:\Java8"
  • %JAVA_HOME%\bin added to %PATH%
  • Android Studio Bundle version android-studio-bundle-141.2456560-windows

Trying to install, step by step:

Initial image

enter image description here

enter image description here

enter image description here

Am I missing anything in this?

Any help is much appreciated. Thanks.

Community
  • 1
  • 1
resilva87
  • 3,325
  • 5
  • 32
  • 43

1 Answers1

0

you need java 7 to use most of android versions. Android N introduces Java 8 http://developer.android.com/preview/j8-jack.html

Salim Chemes
  • 251
  • 1
  • 3