Gradle build issues (Android only)

Fuse version: 0.34
Operating System: macOS Sierra

Exact Repro Steps: (Educated guess) fuse install android with a previous version of fuse, then update to Fuse 0.34.

I’m trying to compile Android builds using -DGRADLE with SDK TargetVersion 25, but the builds fail with the error: compileSdkVersion 'android-25' requires JDK 1.8 or later to compile. I am very sure I have JDK 1.8 installed and even edited ~/.fuse/sdkConfig.json to point to this JDK. Any ideas?

FYI, I am able to build now, but I still believe there is a bug.

uno config kept pointing to JDK 1.7, while Fuse config was set to 1.8.

I had to hunt down and change a bunch of files to get the gradle build script to use 1.8 instead of 1.7, which seems hard coded.