Mac Solving Android Studio Java Not Found
The Troubleshooting Try to Solve the Android Studio Issue of Java JVM Not Found on Mac OS X.

-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands) -
Check if Java JDK is Installed with
echo $JAVA_HOME
Look into the OutPut to Find a JDK Version.
-
If JDK it’s Not Installed then Follow Guide below…
How-to Install Oracle JDK 7+ on MacOS X:If JDK > 1.6 is already there then Edit the /Applications/Android Studio.app/Contents/info.plist File
Change the Line with
JVMVersion 1.6* With the Corresponding Java JDK Version Installed on System
For JDK 8 Set as:JVMVersion 1.8*