Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Created July 16, 2019 12:00
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 alexanmtz/f2bfa825d5e78476e5347012c73ae0da to your computer and use it in GitHub Desktop.
Save alexanmtz/f2bfa825d5e78476e5347012c73ae0da to your computer and use it in GitHub Desktop.
Setting a JAVA_HOME in order to run android apps
# where jdk1.8.0_211.jdk is the target version in this example
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment