Skip to content

Instantly share code, notes, and snippets.

@sarah-j-smith
Created September 8, 2021 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarah-j-smith/18eca49fd61b1e5ed904966e99c9809c to your computer and use it in GitHub Desktop.
Save sarah-j-smith/18eca49fd61b1e5ed904966e99c9809c to your computer and use it in GitHub Desktop.
Use the Java from your Android Studio
# Install Android Studio then add these lines to your ~/.bash_profile
# Java from Android SDK
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"
export PATH="${JAVA_HOME}/bin:${PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment