Hi, i’ve just started learning fuse. But when i wanted to preview on Android, i get error as below:
Build started: FullCompile
Configuring (6.51s)
Compiling syntax tree (11.92s)
Generating code and data (29.71s)
Building Android app
1/2: libLoginTransition.so
/Android/android-sdk\extras\android\support\v4\android-support-v4.jar"" was unexpected at this time.
(unknown): E0200: Android build failed -- rerun with '-v' for more information
?: Error E0200: Android build failed -- rerun with '-v' for more information
(6.91s)
Build completed in 55.06 seconds.
0 Warning(s)
1 Error(s)
Checking if C:\Program Files\Java\jdk1.8.0_60 exists.
C:\Program Files\Java\jdk1.8.0_60 was found.
Checking if JDK is corrupt
jdk was found.
Checking if C:\Program Files (x86)\Android\android-sdk exists.
C:\Program Files (x86)\Android\android-sdk was found.
Checking if C:\Program Files (x86)\Android\android-sdk\tools exists.
C:\Program Files (x86)\Android\android-sdk\tools was found.
Checking if Android SDK is corrupt.
Checking if all required Android components are installed.
androidsdk was found.
Checking if C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\ndk-build exists.
C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\ndk-build was found.
Checking if C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\toolchains exists.
C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\toolchains was found.
Checking if C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\prebuilt exists.
C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\AndroidNDK\prebuilt was found.
androidndk was found.
Checking if C:\Users\qusya\AppData\Local\Fusetools\Fuse\Android\Ant exists.
C:\Users\qusya\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.
I then modified C:\ProgramData\Uno\Packages\UnoCore\0.27.20\Targets\Android\build.bat
at line 17, i removed this text: at "%SUPPORT_JAR%"
then, i run uno clean
and run the preview again, it worked.
I feel this is a bug?