Fuse build --target=Android and Fuse preview -t=Android failing

Fuse version 1.0.0 (build 13426)
Microsoft Windows [Version 10.0.10586]

What’s going on?
We have a new machine and it’s been failing to get fuse to work… at this rate i’m even scared to updated the version of fuse on any other
machine

This is the output of fuse build --target=Android

C:\Users\Douglas\Desktop\bishaka\fuse-android>fuse build --target=Android
Uno 1.0.11 (build 5362) Windows 10 x64 7cd79e2

Configuring (1.1 s)
Compiling syntax tree (2.6 s)
Generating code and data (28.0 s)
Building Android app
2/2: errandboys.apk

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
   > Could not find com.android.support:support-v4:23.4.0.
     Required by:
         Debug:app:unspecified
   > Could not find com.android.support:appcompat-v7:23.4.0.
     Required by:
         Debug:app:unspecified
   > Could not find com.android.support:design:23.4.0.
     Required by:
         Debug:app:unspecified
   > Could not find com.android.support:support-v4:23.4.0.
     Required by:
         Debug:app:unspecified > com.google.android.gms:play-services-maps:9.2.0 > com.google.android.gms:play-services-basement:9.2.0

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

BUILD FAILED

Total time: 28.211 secs
(unknown): E0200: Android build failed
(29.3 s)

Build completed in 61.06 seconds
    1 error

fuse: Errors were encountered while building the project

and this is the output of fuse preview -t=Android

C:\Users\Douglas\Desktop\bishaka\fuse-android>fuse preview -t=Android
Fuse 1.0.0 (build 13426)
Configuring (6.1 s)
Compiling syntax tree (2.9 s)
Generating code and data (44.3 s)
Building Android app
2/2: errandboys.apk

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
   > Could not find com.android.support:support-v4:23.4.0.
     Required by:
         Preview:app:unspecified
   > Could not find com.android.support:appcompat-v7:23.4.0.
     Required by:
         Preview:app:unspecified
   > Could not find com.android.support:design:23.4.0.
     Required by:
         Preview:app:unspecified
   > Could not find com.android.support:support-v4:23.4.0.
     Required by:
         Preview:app:unspecified > com.google.android.gms:play-services-maps:9.2.0 > com.google.android.gms:play-services-basement:9.2.0

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

BUILD FAILED

Total time: 26.373 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(27.8 s)

Build completed in 81.30 seconds
    1 error
fuse: Failed to compile project

Tried running fuse install android?

It’s all i’ve been doing since thursday…
(Mind you i’ve hurled curses at that ndk bundle downloading graveyard stage)