I have just installed Appcelerator Studio, build 3.4.1. I am running OS X Yosemite. iOS config seems fine but I am having issues completing the Android setup.
ti setup check yields the error 'JDK not found!' and when I try to start up an app on a Android AVD I get 'Unable to locate the Java Development Kit'.
As far as I can tell, java home is set up correctly, as per the following terminal output:
echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home
java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
javac -version javac 1.8.0
I am relatively new to working on the Mac, so I assume it's something incorrect with the setup there, but searching around I can't find what else to check out other than the above steps. Any advice is greatly appreciated.