AndroidNDK fuse module was not found.

hi,

i’m trying to install fuse android and getting this error on command line “fuse: AndroidNDK fuse module was not found.”

Is there any way to install fuse?

Thank you.

Hi, can you please paste the full output of fuse install android?

The bug is pretty dumb. To work around this you need to copy the files (no folders) inside build to the parent folder.

From:

  • /androidndk
    • /build
      • /awk
      • /core
      • /gmsl
      • /lib
      • /tools
      • ndk-build (COPY)
      • ndk-build.cmd (COPY)
      • NOTICE
      • repo.prop (COPY - NOT SURE, HAVEN’T TESTED)
    • /platform
    • /prebuilt
    • /python-packages
    • /sources
    • /toolchains

To:

  • /androidndk +
    • /build
      • /awk
      • /core
      • /gmsl
      • /lib
      • /tools
      • ndk-build
      • ndk-build.cmd
      • NOTICE
      • repo.prop
    • /platform
    • /prebuilt
    • /python-packages
    • /sources
    • /toolchains
    • ndk-build (PASTE)
    • ndk-build.cmd (PASTE)
    • repo.prop (PASTE - NOT SURE, HAVEN’T TESTED)

Hi,

Was this on OS X and how did you install NDK?

Emil Sandstø wrote:

Hi,

Was this on OS X and how did you install NDK?

I did that on windows, haven’t tested on osx.

I see, which NDK version was this?