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
- Download the DMG file of JDK-7 from here
- Click on DMG and follow the instructions . It will install and configure JDK-7 on mac .
- Now in your android studio go to File->Project Structure -> SDK Location .
-
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
click Apply and OK .... Bingo ..... Build the project again .....