Error E0200 Android build failed

I’m on Windows 8.1, when I try run my project on Android, I get this error

Build started: FullCompile
Configuring
(11,490.79 ms)

Compiling syntax tree
(14,992.85 ms)

Generating code and data
(77,870.83 ms)

Building Android app
1/2: libanglednavigation.so
2/2: angled-navigation.apk

BUILD FAILED
C:\Users\Cesar\Desktop\angled-navigation\build\Android\Preview\angled-navigation
\app\src\main\build.xml:90: Cannot find C:\AndroidGameMaker\sdk\tools\ant\build.
xml imported from C:\Users\Cesar\Desktop\angled-navigation\build\Android\Preview
\angled-navigation\app\src\main\build.xml

Total time: 0 seconds
(unknown): E0200: Android build failed -- rerun with '-v' for more information
?: Error E0200: Android build failed -- rerun with '-v' for more information
(47,752.82 ms)

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

Error Summary
-------------

(unknown): E0200: Android build failed -- rerun with '-v' for more information
Checking if C:\Program Files\Java\jdk1.8.0_73 exists.
C:\Program Files\Java\jdk1.8.0_73 was found.
Checking if JDK is corrupt
jdk was found.
Checking if C:\AndroidGameMaker\sdk exists.
C:\AndroidGameMaker\sdk was found.
Checking if C:\AndroidGameMaker\sdk\tools exists.
C:\AndroidGameMaker\sdk\tools was found.
Checking if Android SDK is corrupt.
Checking if all required Android components are installed.
androidsdk was found.
Checking if C:\AndroidGameMaker\android-ndk-r10e\ndk-build exists.
C:\AndroidGameMaker\android-ndk-r10e\ndk-build was found.
Checking if C:\AndroidGameMaker\android-ndk-r10e\toolchains exists.
C:\AndroidGameMaker\android-ndk-r10e\toolchains was found.
Checking if C:\AndroidGameMaker\android-ndk-r10e\prebuilt exists.
C:\AndroidGameMaker\android-ndk-r10e\prebuilt was found.
androidndk was found.
Checking if C:\Users\Cesar\AppData\Local\Fusetools\Fuse\Android\Ant exists.
C:\Users\Cesar\AppData\Local\Fusetools\Fuse\Android\Ant was found.
Checking if Ant is corrupt
ant was found.
Build ended
fuse: Failed to compile project
Press any key to exit.

Somebody know how fix this error?

Hi there, sorry to hear about the issue

Is this an android preview or a full build?

Is it correct? do the file C:\AndroidGameMaker\sdk\tools\ant\build. xml' and 'C:\Users\Cesar\Desktop\angled-navigation\build\Android\Preview \angled-navigation\app\src\main\build.xml exist?

If you run fuse install android and rebuild does anything change?

Is seems that AndroidGameMaker contains the android sdk. How up to date is that? Try running C:\AndroidGameMaker\sdk\tools\android.bat and seeing if there are updates available.

Looking forward to hearing the results Chris