diff options
author | tobrunvannuland <tobrun.van.nuland@gmail.com> | 2015-08-23 14:44:19 +0200 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2015-08-24 18:41:49 -0400 |
commit | 86b560e83c4495450a62031539bde84d457f18f4 (patch) | |
tree | 1f4f61025a0fb818e3ba42b2b7d8003d57b605e0 /INSTALL.md | |
parent | 648b5879599f6587eb7df36b4e951ec761c6437a (diff) | |
download | qtlocation-mapboxgl-86b560e83c4495450a62031539bde84d457f18f4.tar.gz |
correction path to JAVA_HOME (Added /Contents/Home
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index ac5bb86677..72e23f0971 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -274,8 +274,8 @@ By default, the SDK will be installed to `/usr/local/opt/android-sdk`. If you op echo "export ANDROID_HOME=`brew --prefix android-sdk`" >> .bash_profile echo "export ANDROID_NDK_PATH=`brew --cellar android-ndk`/r10e" >> .bash_profile - # Replace <path to JDK> with something like /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk - echo "export JAVA_HOME=<path to JDK>" >> .bash_profile + # Replace <path> with something like /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home + echo "export JAVA_HOME=<path>" >> .bash_profile echo "export STUDIO_JDK=$JAVA_HOME" >> .bash_profile Run: |