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?