When I run the command meteor install-sdk android
, I get the following message:
✓ Found Android bundle
✗ A JDK is not installed
✓ Android emulator acceleration is installed
I know what you're thinking: "Have you installed the JDK?" Yes I have. I downloaded the JDK from Oracle and installed it. When I run the command java -version
, I get the following output:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Something tells me that there is path wrong somewhere, but I don't know where to start looking for it. Any ideas are welcome! I'm running OSX.