Fuse version : Fuse version 0.36.0 (build 11838)
Operating system version : Windows 10 (14393), 32 bits
after update my fuse 0.35 to 0.36 and execute the command
fuse install android
i have theses errors
Fuse 0.36.0 (build 11838)
# Starting android installer
Installing platform-tools which may take a long while...
done
Installing build-tools;23.0.1 which may take a long while...
done
Installing cmake;3.6.3155560 which may take a long while...
Error: Failed to find package cmake;3.6.3155560
An error occurred during installation: Failed to install package 'cmake;3.6.3155560'
fuse: Failed to install android
After that, i can’t build (preview, …) any other fuse projet.
Fuse 0.36.0 (build 11838)
Build started: FullCompile
Configuring (11.6 s)
Compiling syntax tree (4.3 s)
Generating code and data (1:16)
Building Android app
2/2: 0ppp.apk
Exception in thread "main" java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:164)
at org.gradle.wrapper.Install.unzip(Install.java:214)
at org.gradle.wrapper.Install.access$600(Install.java:27)
at org.gradle.wrapper.Install$1.call(Install.java:74)
at org.gradle.wrapper.Install$1.call(Install.java:48)
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)
at org.gradle.wrapper.Install.createDist(Install.java:48)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
## 2/2: 0ppp.apk
Unzipping C:\Users\TOSHIBA\.gradle\wrapper\dists\gradle-2.14.1-all\8bnwg5hd3w55iofp58khbp6yv\gradle-2.14.1-all.zip to C:\Users\TOSHIBA\.gradle\wrapper\dists\gradle-2.14.1-all\8bnwg5hd3w55iofp58khbp6yv
(unknown): E0200: Android build failed
?: Error E0200: Android build failed
(10.5 s)
Build completed in 103.77 seconds
1 error
Failed to find NDK.
Failed to find Android Build tools.
Failed to find CMake.
?: Error F0001: Looks like Android is not installed. Please run 'fuse install android' first.
Build ended
fuse: Failed to compile project
Press any key to exit.
Unfortunately we don’t support exporting android apps on a 32 bit version of Windows, with the new android build chain. We may add support for it in the future, however we can’t promise so
This is a result of the switch to the Gradle build system that happened with 0.36.
It appears that Google only supports NDK builds with gradle on 64bit machines. (Ref: here )
> $ fuse install android
Fuse 1.0.1 (build 13566)
Starting android installer
Installing platform-tools which may take a long while...
done
Installing build-tools;23.0.1 which may take a long while...
done
Installing cmake;3.6.3155560 which may take a long while...
Warning: Failed to find package cmake;3.6.3155560
An error occurred during installation: Failed to install package 'cmake;3.6.3155560'
fuse: Failed to install android
I also have same problem, I’m on MacOS - Sierra ver 10.12.5
daewonnoui-MacBook-Pro:Fuse daewonnoh$ fuse install android
Fuse 1.0.1 (build 13566)
# Starting android installer
Android Platform 21 was not found and is required.
Installing platform-tools which may take a long while...
Warning: File /Users/daewonnoh/.android/repositories.cfg could not be loaded.
done
Installing build-tools;23.0.1 which may take a long while...
Warning: File /Users/daewonnoh/.android/repositories.cfg could not be loaded.
done
Installing cmake;3.6.3155560 which may take a long while...
Warning: File /Users/daewonnoh/.android/repositories.cfg could not be loaded.
Error: Failed to find package cmake;3.6.3155560
An error occurred during installation: Failed to install package 'cmake;3.6.3155560'
fuse: Failed to install android
Same issue with me. I was able to install newer version of cmake.
terminal$ ./sdkmanager "cmake;3.6.4111459"
Warning: File /Users/myname/.android/repositories.cfg could not be loaded.
done
But still android install fails
terminal$ fuse install android
Fuse 1.0.1 (build 13566)
Starting android installer
Installing platform-tools which may take a long while...
Warning: File /Users/myname/.android/repositories.cfg could not be loaded.
done
Installing build-tools;23.0.1 which may take a long while...
Warning: File /Users/myname/.android/repositories.cfg could not be loaded.
done
Installing cmake;3.6.3155560 which may take a long while...
Warning: File /Users/myname/.android/repositories.cfg could not be loaded.
Warning: Failed to find package cmake;3.6.3155560
An error occurred during installation: Failed to install package 'cmake;3.6.3155560'
fuse: Failed to install android
The CMake version that we were depending on, have just been removed. A workaround is to run the sdkmanager found in [Android.SDK.Directory]/tools/bin as following