I’m trying to build for Android but somehow I get this error (even though I have gcc-4.9 installed)
Building Android app
1/2: libPair.so
ERROR: GCC 4.9, 4.8 or 4.6 was not found in '/toolchains/arm-linux-androideabi-4.**'.
FATAL ERROR: Build failed.
It might be Android specific and not related to Fuse but I couldn’t find anything similar anywhere else.
Edit: I’m on a new machine and hadn’t run fuse install android
— I’m doing it now, will update if problem is fixed
Edit 2: not only is this post mis-categorized (wanted to post in bug reports), it’s actually already fixed. fuse install android
did the trick.