The repository contains a custom build script for android_external_fuse and aims to compile fusermount for Android
Min. required API level: 21
- Get the NDK matching your distribution from here
- Extract the downloaded archive & put the extracted folder under ~/build for example then rename the extracted directory as android-ndk
- Go to this repository's root and run:
export PATH=$PATH:~/build/android-ndk
- Run
ndk-build
Find the binaries for each supported platform under the libs/ folder.