Uno 0.20.1-Win32 (build 902)
Configuring (1,947.01 ms)
Parsing source code (2,828.79 ms)
Compiling syntax tree (13,035.58 ms)
Generating code and data (18,247.38 ms)
Building native target 1/2: libScrollingAnimation.so process_begin: CreateProcess(NULL, mkdir libs, …) failed. process_begin: CreateProcess(NULL, mkdir obj, …) failed. make (e=2): The system cannot find the file specified.
make: [libs] Error 2 make: Waiting for unfinished jobs… make (e=2): The system cannot find the file specified.
make: * [obj] Error 2 (unknown): E0000: Native build failed (595.31 ms)
FATAL ERROR: Build failed. Build completed in 36.66 seconds. 0 Warning(s) 1 Error(s)
Error Summary
(unknown): E0000: Native build failed fuse: Errors were encountered while building the project
Hi, it’s a bit hard to know what exactly went wrong here. Could you please try to build again, with -v
? Do fuse build -v -t=android
and paste the full output of that command here.
Also, is this a normal Fuse project with JS and UX only, or have you integrated any of your own Uno or C++ code?
Do you get this error on all projects you try to build, or just this one?
Hi @Anders Schau Knatten
I did
fuse build -v -t=android
in a blank project and I got this:
Building native target
.build\Android-Debug\build.bat
1/2: libcinema_fortaleza.so
make: [libs] Error -1073741515
make: Waiting for unfinished jobs....
make: * [obj] Error -1073741515
---
(exit code: 1)
(unknown): E0000: Native build failed
(1,888.47 ms)
FATAL ERROR: Build failed.
Build completed in 51.90 seconds.
0 Warning(s)
1 Error(s)
Error Summary
-------------
(unknown): E0000: Native build failed
fuse: Errors were encountered while building the project
I’m using v 0.9.7 of Fuse and so far I could not make it build on Android. Only in Local mode.
I upgraded to version 0.9.8 and got it working!
Thanks anyway