E0200: Android build failed -- rerun with '-v' for more information

Am tring to build my app on android but getting the error which i have mentioned in subject… as i am new to fusetools, found it awesome but struggling to get rid of this error… please help me in getting this solved… thanks

// this is a full command & result of which i executed //

C:\wamp\www\testFuse>fuse build -t=android -v Uno 0.24.3-Win32 (build 1266)

Configuring Project file: testFuse.unoproj Search paths: C:\Program Files (x86)\Fuse\Packages, C:\ProgramData\Uno\Packages Packages: UnoCore (0.24.3), Uno.Collections (0.24.0), ObjC (0.24.0), Experimental.iOS (0.24.0), Uno.Geometry (0.24.0), Uno.Threading (0.24.3), Fuse.Designer (0.24.6), FuseCore (0.24.6), Experimental.Physics (0.24.6), Fuse.Animations (0.24.6), Fuse.Drawing (0.24.6), Fuse.Drawing.Batching (0.24.6), Fuse.Drawing.Meshes (0.24.6), Fuse.Drawing.Planar (0.24.6), Android (0.24.0), Experimental.TextureLoader (0.24.0), Uno.Net.Http (0.24.3), Experimental.Http (0.24.6), Fuse.Triggers (0.24.6), Fuse.Elements (0.24.6), Fuse.Drawing.Primitives (0.24.6), Fuse.Drawing.Polygons (0.24.6), Fuse.Drawing.Paths (0.24.6), Fuse.Entities (0.24.6), Fuse.Gestures (0.24.6), Fuse.Navigation (0.24.6), Fuse.Shapes (0.24.6), Uno.Data.Json (0.24.0), Uno.Testing (0.24.3), Fuse.Camera (0.24.6), Fuse.GeoLocation (0.24.6), Fuse.Launcher (0.24.6), Fuse.Scripting (0.24.6), Fuse.Scripting.Duktape (0.24.6), Fuse.Scripting.JavaScriptCore (0.24.6), Fuse.Scripting.Jurassic (0.24.6), Uno.Net.Sockets (0.24.0), Fuse.Scripting.V8 (0.24.6), Fuse.Storage (0.24.6), Fuse.UserEvents (0.24.6), Fuse.Vibration (0.24.6), Fuse.Reactive (0.24.6), Fuse.Controls (0.24.6), Fuse.Effects (0.24.6), Fuse.Physics (0.24.6), Fuse.BasicTheme (0.24.6), Fuse.Video (0.24.6), Fuse.Themes (0.24.6), Fuse.Android (0.24.6), Fuse.Desktop (0.24.6), Fuse.iOS (0.24.6), testFuse (0.0.0) Output dir: build\Android\Debug (5,075.79 ms)

Compiling syntax tree (12,762.42 ms)

Generating code and data

  • 318 namespaces stripped.
  • 5236 types stripped.
  • 47574 fields stripped.
  • 102918 functions stripped.
  • 510 classes sealed.
  • 985 functions sealed.
  • 219 functions stripped from vtable. (17,336.12 ms)

Building Android app 1/2: libtestFuse.so

2/2: testFuse.apk \apache-ant-1.9.6\bin\ant.bat was unexpected at this time. (unknown): E0200: Android build failed – rerun with ‘-v’ for more information (1,305.21 ms)

Build completed in 36.50 seconds. 0 Warning(s) 1 Error(s)

Error Summary

(unknown): E0200: Android build failed – rerun with ‘-v’ for more information FATAL ERROR: Build failed. fuse: Errors were encountered while building the project!

Hi Sharath,

Looks like you have Ant in a path with spaces. It’s unfortunately not supported, however a fix will be released in the near future. A workaround is to move or copy Ant to a path that doesn’t contain spaces. Also change %localappdata%\Fusetools\Fuse\sdkConfig.json to point to the new Ant location, and then rerun fuse install android.

Awesome!! thanks a lot… Worked for me.