From 86b560e83c4495450a62031539bde84d457f18f4 Mon Sep 17 00:00:00 2001 From: tobrunvannuland Date: Sun, 23 Aug 2015 14:44:19 +0200 Subject: correction path to JAVA_HOME (Added /Contents/Home --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') 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 with something like /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk - echo "export JAVA_HOME=" >> .bash_profile + # Replace with something like /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home + echo "export JAVA_HOME=" >> .bash_profile echo "export STUDIO_JDK=$JAVA_HOME" >> .bash_profile Run: -- cgit v1.2.1