Home > android_app_hellofuse

android_app_hellofuse

Android_app_hellofuse is a project mainly written in C, it's free.

fuse's hello world example for android

How to build a fuse module:

$ mkdir androidmodules $ cd androidmodules $ export NDK_MODULE_PATH=$(pwd) $ git clone git://github.com/yath/android_module_androidglue.git androidglue $ git clone git://github.com/yath/android_module_fuse.git fuse $ git clone git://github.com/yath/android_app_hellofuse.git hellofuse $ ndk-build -C hellofuse APP_BUILD_SCRIPT=Android.mk $

Previous:FreeAHRS