Same error during android exportation/preview

So i have i successfully installed android but i still have this error coming up every time i run, build or preview the app… need assistance!!!

C:\Users\Douglas\Desktop\fuse_examples\exploring>fuse build --target=android
Uno 1.0.8 (build 5347) Windows 10 x64 9d93c90

Configuring
Target is up-to-date – stopping build (pass --force to override)
Building Android app
2/2: exploring.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**

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

2/2: exploring.apk

BUILD FAILED

Total time: 18.725 secs