summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authortobrunvannuland <tobrun.van.nuland@gmail.com>2015-08-23 14:44:19 +0200
committertobrunvannuland <tobrun.van.nuland@gmail.com>2015-08-23 14:44:19 +0200
commitfef4404f6e57f2a70d0982eb1952f6e8bf3df16f (patch)
tree40ff250ce0a216851c402d0d0a5c2b2bd2658aa6 /INSTALL.md
parente42e3ea3a00fd7d74ff73b955ebcb8d202362088 (diff)
downloadqtlocation-mapboxgl-fef4404f6e57f2a70d0982eb1952f6e8bf3df16f.tar.gz
correction path to JAVA_HOME (Added /Contents/Home
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
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: