Android Studio needs JDK 7 for Android-L mac

Solution 1:

Setting the directory to: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home in JDK settings solved my issue. I had the same problem getting started up. Hope this helps!

Solution 2:

@megapoff answer is correct . But I face little difficulty to fix it . So here is the detail solution step-by-step

For Mac

  1. Download the DMG file of JDK-7 from here
  2. Click on DMG and follow the instructions . It will install and configure JDK-7 on mac .
  3. Now in your android studio go to File->Project Structure -> SDK Location .
  4. In JDK location click on browse and go to /->Library->Java->JavaVirtualMachines->jdk1.7.0_60.jdk->Contents->Home

    Note :- Its Not /System/Library it's /Library

  5. click Apply and OK .... Bingo ..... Build the project again .....