FUSE cant find my JDK

Hi, im trying to run my project of fuse, but for some reason it cant find my JDK, i have it installed on alternative Directory JAVA_HOME path set on my system.

the question is if i run “fuse install android” it will create another SDK dirctory on C drive?

D:\FUSE\TestProyect\Test2017>fuse preview -t=Android
Fuse 0.37.0 (build 12978)
Configuring (0.7 s)
Compiling syntax tree (2.3 s)
Generating code and data (7.1 s)
Building Android app
2/2: Test2017.apk

FAILURE: Build failed with an exception.

* Where:
Build file 'D:\FUSE\TestProyect\Test2017\build\Android\Preview\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> java.lang.UnsupportedClassVersionError: com/android/build/gradle/AppPlugin : Unsupported major.minor version 52.0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 2/2: Test2017.apk

BUILD FAILED

Total time: 4.339 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(5.6 s)

Build completed in 15.66 seconds
    1 error
Found JDK version 1.7.79. However Fuse requires a JDK version that is 1.7 or higher
Failed to find JDK.
Failed to find NDK.
Failed to find Android Build tools.
Failed to find CMake.

(unknown): F0001: Looks like Android is not installed. Please run 'fuse install android' first.
?: Error F0001: Looks like Android is not installed. Please run 'fuse install android' first.
fuse: Failed to compile project