Mac OS X Android Studio Solving JVM Not Found Issue

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.

Mac Solving Android Studio Java Not Found - Featured
  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

     - Open Terminal
  2. Check if Java JDK is Installed with

    echo $JAVA_HOME

    Look into the OutPut to Find a JDK Version.

  3. If JDK it’s Not Installed then Follow Guide below…
    How-to Install Oracle JDK 7+ on MacOS X:

    Install Oracle JDK 7+ for Mac

    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*