Hello! When releasing a new version to Google Play, I got a warning stating that starting 1st of August 2019, all apps must support 64-bit architecture. How can I build a Fuse app that supports this ?
it is released couple days ago. Now fuselibs and uno is distributed using NPM. You can install the update using : npm install -g fuse-sdk command. more info here
Hey! And sorry for being nooby x)
I dont get this workingā¦
I have Fuse 1.10 installed and tried npm install -g fuse-sdk but I get an error with:
android-build-tools could not be found
If you want to build Android apps it is recommended to install this package using the following command:
npm install -g android-build-tools
+fuse-sdk@1.12.0-rc.4
updated 1 package in 1.14s
when I run ānpm install -g android-build-toolsā I get:
The command ābashā is either misspelled or
could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! android-build-tools@0.3.2 install: bash install.sh
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the android-build-tools@0.3.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Username\AppData\Roaming\npm-cache_logs\2019-07-14T00_35_29_062Z-debug.log
What am I doing wrong? In wich directory I have to run this command?
I hope Iām not ridiculous x)
@mortend thank you very much but there is no finish success xD
now I get this error:
Found Bash at E:\Programs\Git\usr\bin\bash.exe Found JDK8 at C:\Program Files (x86)\Common Files\Oracle\Java Downloading https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip Extracting to C:\Users\username\AppData\Local\Android\sdk Accepting licenses
ERROR: Install failed ā please read output for clues, or open an issue on GitHub. Note that Java 8 (not 9+) is required to install Android SDK. npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! android-build-tools@1.0.0-rc.1 install: node install.js npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the android-build-tools@1.0.0-rc.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
But I want to use Fuse Studio to Display changes on my Desktop. Therefore I tried Solution 2
I searched in āsystem->system-variableā for npm in Path, but there is nothing named like this, so I created a new one. But nothing changed.