Export and Run App in Android

I installed all requirements but till now it dosen’t run in an android device Any helps ?

Configuring 5.59 s
Compiling syntax tree 4.00 s
Generating code and data 14.51 s

Build completed in 24.30 seconds
OpenGL Version: 4.4.0 - Build 20.19.15.4835
OpenGL Vendor: Intel
OpenGL Renderer: Intel® HD Graphics 5300
Fuse 1.9.0
Starting preview for C:/Users/ASUS/Documents/Fuse/TELSHOPE/TELSHOPE.unoproj, target Android
Configuring 4.44 s
Compiling syntax tree 4.01 s
Generating code and data 1 m, 1.27 s
Building Android app

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.
    > No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    Incremental java compilation is an incubating feature.

BUILD FAILED

Total time: 2 mins 17.283 secs
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
2 m, 22.01 s

Build completed in 211.82 seconds
1 error
fuse: Failed to compile project
C:\Users\ASUS\Documents\Fuse\TELSHOPE\MainView.ux(10,1): Error : 'Panel' does not have a property called 'color'. C:\Users\ASUS\Documents\Fuse\TELSHOPE\MainView.ux(6,1): Error : Expected end of expression, found '4527a', at end of ''

When it installed android, it installed the latest NDK, Fuse 1.9 only supports older NDK, so either install older NDK or install Fuse 1.10:

Thank you , i will try this