>>> system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 10.12.4 (16E195)
Kernel Version: Darwin 16.5.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Time since boot: 3 days 7:47
It’s the same error. I created an empty project and placed a Text tag inside the App tag.
Last time I tried fuse was like 10 months ago…but I remember that I was able to run it on my android device.
FYI, building/previewing on iOS works.
Hi, I’m getting the same error with the
error: use of undeclared identifier ‘pthread_mutex_lock_timeout_np’
I’m using windows 10 with fuse 1.0.0
I also had NDK and Cmake installed through android studio, saw this post and decided to let
fuse install android
do the work.
But even after doing it, I still get the same error.
It says “Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.”
But I’m not sure where to put the “–stacktrace” in the command.
I’m facing same issue with Android on Mac. I have android installation prior to this. If I delete the entire Android installation and re-install with fuse will it work? did it work for anyone ? thanks
This seems to be due to an incompatibility between Fuse and the latest Android NDK. We have an internal issue on this and are working on a fix and will keep you posted!
Run fuse install android and make sure everything is in place. Then download R14 from https://developer.android.com/ndk/downloads/older_releases.html, and extract it to your android sdk directory, and replace the current ndk-bundle with the extracted one.
Pro tip: Use uno config to see the paths Fuse are using eg. Android SDK Directory.