Can't preview or export to Android

I started a blank project, meaning MainView.ux only contains <App></App>

I ran fuse install android and let it complete.

I have checked that JDK, Android SDK and Ant are properly installed, and the log does not give me any errors related to them.

I can also preview the app in Fuse Studio, but when selecting Preview on Android or Export for Android I get the following error:

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\Francisco\Documents\Fuse\FMP\build\Android\Preview\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> com/android/tools/analytics/UsageTracker

BUILD FAILED

Total time: 3.329 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(4.0 s)

I have tried googling UsageTracker with no luck, and E0200 errors seem to be caused by whitespaces in paths that I’ve made sure to correct. I’m at a loss here. Any help is appreciated.

Hi Francisco,

this will be a long shot, but what is the name of the .unoproj file in that FMP folder?

It is called FMP.unoproj. I also tried the quickstart and the end-to-end app tutorial to some extent. I can preview on Fuse Studio, but it still fails to compile when doing Preview on Android or Export for Android.

Please paste the output of uno build -t -tandroid -vv, maybe there are some clues hidden behind a greater verbosity level.

Anders Schau Knatten wrote:

Please paste the output of uno build -t -tandroid -vv, maybe there are some clues hidden behind a greater verbosity level.

Your command returns this error:

ERROR: '-tandroid' is not a valid build target -- see "uno build --help" for a list of targets.

So I ran:

uno build -t android -vv

I forgot to output to a text file the first time, but it showed all the folders being created in the build folder until it failed at the same point. I ran it again and this was the output.

..\..\..\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.0.2\textcontrols\fallbacktextrenderer\$.uno(166): W4139: Uno.Content.Fonts.CharacterSets is obsolete
..\..\..\AppData\Local\Fusetools\Packages\UnoCore\1.0.11\source\uno\$.uno(95): W4139: 'Uno.Application.set_Window(Uno.Platform.Window)' is obsolete: 'Deprecated on mobile. Please interact with UI through fuselibs'
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Reactive.JavaScript\1.0.2\$.uno(1799): W4139: 'Uno.Application.get_Current()' is obsolete: 'Application.Current class is deprecated on mobile. Please use CoreApp.Current'
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.0.2\textcontrols\fallbacktextrenderer\$.uno(164): W4139: Uno.Content.Fonts.BitmapFont is obsolete
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.0.2\textcontrols\fallbacktextrenderer\$.uno(167): W4139: Uno.Content.Fonts.BitmapFont is obsolete
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.0.2\textcontrols\fallbacktextrenderer\$.uno(65): W4139: Uno.Content.Fonts.BitmapFont is obsolete
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Controls.Primitives\1.0.2\textcontrols\fallbacktextrenderer\$.uno(184): W4139: Uno.Content.Fonts.TextTransform is obsolete
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Android\1.0.2\$.uno(328): W4139: 'Uno.Application.get_Current()' is obsolete: 'Application.Current class is deprecated on mobile. Please use CoreApp.Current'
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Testing\1.0.2\$.uno(127): W4139: 'Uno.Application.get_Window()' is obsolete: 'Deprecated on mobile. Please interact with UI through fuselibs'
..\..\..\AppData\Local\Fusetools\Packages\Fuse.Testing\1.0.2\$.uno(127): W4139: 'Uno.Application.get_Current()' is obsolete: 'Application.Current class is deprecated on mobile. Please use CoreApp.Current'

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\Francisco\Documents\Fuse\FMP\build\Android\Debug\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> com/android/tools/analytics/UsageTracker

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
(unknown): E0200: Android build failed

Hi Francisco,
Android’s build process is known for making really deep folder hierarchies and on Windows this can result in it hitting the windows max filepath length issue. Could you please try the following:

  • Move the FMP directory to C:\ (I know this is bit extreme, but it’s good for the sake of the test)
  • Run uno clean in the FMP directory
  • Run fuse build -tandroid -r to build and run for android.

Hopefully this will now build and then you (sadly) need to find a place to put the project where it doesnt run into this issue. We are aware that this is annoying, and we are doing some experiments to work around this issue with android but this is still in the testing phase.

Haha, yes, max filepath length has given me many headaches (e.g. node_modules), but it does not seem to be the case this time. I placed it on C:\ and ran the command. Same error:

C:\FMP>fuse build -tandroid
Uno 1.0.11 (build 5362) Windows 10 x64 7cd79e2

Configuring (0.3 s)
Compiling syntax tree (1.4 s)
Generating code and data (6.7 s)
Building Android app
2/2: FMP.apk

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\FMP\build\Android\Debug\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> com/android/tools/analytics/UsageTracker

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

BUILD FAILED

Total time: 2.718 secs
(unknown): E0200: Android build failed
(3.3 s)

Build completed in 11.75 seconds
    1 error

fuse: Errors were encountered while building the project

Hmm ok try running <your-project-directory>/build/Android/Debug/build.sh and paste the whole result here, maybe we can spot something in there

There is no such file. However, there is a build.bat which I ran with the exact same results.

Any pointers?

Sorry for the delay,
Running build.bat was character for character the same? That’s unusual, there’s usually something different. I’m happy to take a look at the project itself if you are ok sending it to our dropbox.
You can find our dropbox here: https://www.dropbox.com/request/ZgndLtJQm5eGzG9cicGK

[edit] sorry I forgot this was the issue occurring with only <App>. I’ll have a think and get back to you

We have tried a few windows machines here with no luck reproducing. let’s dig again. What is the full result of running uno config?

I have de same problem, when a want to preview my work on an android devices, the preview fail with this error message

Fuse 1.0.0 (build 13426)
Configuring (11.6 s)
Compiling syntax tree (6.1 s)
Generating code and data (36.5 s)
Building Android app
2/2: StartApplicationFuse.apk

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> java.lang.NullPointerException (no error message)

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

BUILD FAILED

Total time: 28.623 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(33.2 s)

Build completed in 87.73 seconds
    1 error
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

when i make

fuse install android

the commande install all android needed package but the android preview failed after that again

need your help.

Thanks

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

Chris Bagley wrote:

We have tried a few windows machines here with no luck reproducing. let’s dig again. What is the full result of running uno config?

Result of fuse preview:

C:\FMP>fuse preview -t=Android
Fuse 1.0.0 (build 13426)
Configuring (2.1 s)
Compiling syntax tree (1.3 s)
Generating code and data (11.2 s)
Building Android app
2/2: FMP.apk

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\FMP\build\Android\Preview\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> com/android/tools/analytics/UsageTracker

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

BUILD FAILED

Total time: 7.383 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(8.2 s)

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

Result of running build.bat:

C:\FMP\build\Android\Debug>build.bat

## 2/2: FMP.apk

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\FMP\build\Android\Debug\app\build.gradle' line: 4

* What went wrong:
A problem occurred evaluating project ':app'.
> com/android/tools/analytics/UsageTracker

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

BUILD FAILED

Total time: 2.518 secs

Thanks Francisco, that is frustrating indeed. What did uno config give you?

Mvondo: that is not the same problem, please make a new thread so we can track it separately

Output of uno config:

Uno 1.0.11 (build 5362) Windows 10 x64 7cd79e2

Uno settings
  Android.NDK.Directory      C:\Android\android-sdk\ndk-bundle
  Android.SDK.BuildToolsVersion (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\Android) 25.0.3
  Android.SDK.Directory      C:\Android\android-sdk
  Ant.Directory              C:\Users\Francisco\AppData\Local\Fusetools\Fuse\Android\Ant
  Assemblies.Disasm          (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno-disasm.exe
  Assemblies.PerfCmp         (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno-perf-cmp.exe
  Assemblies.PerfTest        (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno-perf-test.exe
  Assemblies.Plugins         (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Uno.Compiler.Extensions.dll
  Assemblies.Test            (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno-test.exe
  Assemblies.TestGen         (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno-test-gen.exe
  Assemblies.Uno             (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno.exe
  CMake                      C:\Android\android-sdk\cmake
  CommonDll                  (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Outracks.Common.dll
  Java.JDK.Directory         C:\Program Files\Java\jdk1.8.0_40
  ModulesDirectory           (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Modules
  Mono                       \Applications\Fuse.app\Contents\Mono\bin\mono
  Packages.Default           (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Fuse
                             (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) FuseJS
  Packages.Feeds             https://packages.fusetools.com/api/premium/v2
                             https://packages.fusetools.com/api/standard/v2
  Packages.InstallDirectory  C:\Users\Francisco\AppData\Local\Fusetools\Packages
  Packages.LockFiles         (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) uno.packages
                             (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) unolibs.packages
                             (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) fuselibs.packages
                             (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Android.packages
  Packages.SearchPaths       (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Packages
  Paths.AppLoader            (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) .
  Paths.NativeLib            (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) .
  SdkConfig                  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\Android\.sdkconfig
  TemplatesDirectory         (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Templates
  UnoHostCommonDll           (C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426) Outracks.UnoHost.Common.dll

Config files
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\.unoconfig
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\common.unoconfig
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\Android\.sdkconfig
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Fuse.unoconfig
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\extra.unoconfig

.NET assemblies
  C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll (4.0.0.0)
  C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll (4.0.0.0)
  C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll (4.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\stuff.exe (1.2.5.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Options.dll (4.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\AjaxMin.dll (5.14.5506.26196)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ColorPicker.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ColorPickerControls.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\DeltaCompressionDotNet.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\DeltaCompressionDotNet.MsDelta.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\DeltaCompressionDotNet.PatchApi.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\FuseDependencies.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ICSharpCode.AvalonEdit.dll (5.0.1.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ICSharpCode.NRefactory.dll (5.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ICSharpCode.NRefactory.Xml.dll (5.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\ICSharpCode.SharpZipLib.dll (0.86.0.518)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\log4net.dll (1.2.13.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\MahApps.Metro.dll (1.2.4.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Microsoft.Web.XmlTransform.dll (2.1.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Minimatch.dll (1.1.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Cecil.dll (0.9.6.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Cecil.Mdb.dll (0.9.6.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Cecil.Pdb.dll (0.9.6.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Cecil.Rocks.dll (0.9.6.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Mono.Posix.dll (4.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\MonoMac.dll (0.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Newtonsoft.Json.dll (8.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Common.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Core.dll (2.11.1.812)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Frameworks.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Logging.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Packaging.Core.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Packaging.Core.Types.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Packaging.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Squirrel.dll (3.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\NuGet.Versioning.dll (3.4.3.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Ookii.Dialogs.Wpf.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\OpenTK.dll (1.1.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.CodeCompletion.CodeNinja.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.CodeCompletion.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.CodeCompletion.NRefactoryInterop.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.CodeCompletion.UXNinja.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Common.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Common.Math.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Common.Text.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Bootstrap.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Create.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Daemon.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Diagnose.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Import.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Install.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.KillAll.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.ModuleInstaller.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fuse.Preview.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fusion.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fusion.OSX.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Fusion.Windows.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Simulator.Common.Uno.dll (0.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Simulator.Parser.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Simulator.Protocol.dll (0.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.Simulator.Proxy.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.TriggerFuseQuit.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Outracks.UnoHost.Common.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Splat.dll (1.6.2.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Squirrel.dll (1.2.4.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Collections.Immutable.dll (1.0.34.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Reactive.Core.dll (3.0.1000.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Reactive.Interfaces.dll (3.0.1000.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Reactive.Linq.dll (3.0.1000.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Reactive.PlatformServices.dll (3.0.1000.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Reactive.Windows.Threading.dll (3.0.1000.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\System.Windows.Interactivity.dll (4.5.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Uno.Native.dll (1.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\Uno.Runtime.Core.dll (0.0.0.0)
  C:\Users\Francisco\AppData\Local\Fusetools\Fuse\App\app-1.0.0.13426\XamMac.dll (0.0.0.0)

That looks like its using a seperately installed android rather than the old fuse, ships so odds are that is missing some dependencies C:\Android\android-sdk\...

What do you suggest I do?

One way would be to install the missing dependencies, whatever those are.

Another would be to uninstall the stand-alone SDK/NDK and let fuse install android do its job.