Here is the error I got. Then tried to do “fuse install android” (as suggested in some other forum thread). I do have JDK 1.7 and (now) 1.8 installed as well. Android Studio for Java based apps works fine.
****************** Command Line output *
Ishs-MacBook-Pro:kindbase ishsingh$ fuse build --target=Android Uno 0.31.1 (build 2974) OS X 10.11 i386 391d0c5
Configuring (6.71s) Compiling syntax tree (8.52s) Generating code and data (18.90s) Building Android app 1/2: libKindBase.so ERROR: GCC 4.9 or 4.8 was not found in ‘/toolchains/arm-linux-androideabi-4.**’. (unknown): E0200: Android build failed (0.03s)
Build completed in 34.16 seconds 1 error fuse: Errors were encountered while building the project Ishs-MacBook-Pro:kindbase ishsingh$ fuse install android Fuse 0.21.0 (build 6650)
Starting JDK installer
Verifies that Java Development Kit is installed and valid.
Found JDK version 1.6.65. However Fuse requires a JDK version that is higher than version 1.6.
ApplicationName=’/Library/Java/JavaVirtualMachines/bin/javac’, CommandLine=’-version’, CurrentDirectory=’’, Native error= Cannot find the specified file fuse: Failed to install JDK
Ishs-MacBook-Pro:kindbase ishsingh$ java -version
java version “1.8.0_92”
Java™ SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot™ 64-Bit Server VM (build 25.92-b14, mixed mode)