home Forums # Technical Support how compile fuzzylite 5.0 for android Reply To: how compile fuzzylite 5.0 for android

#1806

Hi,

thank you for your post and interesting question.

I am not sure how to build fuzzylite using the Android NDK, but searching the web I came across these posts using CMake:

https://github.com/taka-no-me/android-cmake

http://stackoverflow.com/questions/19207721/build-android-ndk-project-with-cmake

However, you should be able to build fuzzylite just changing the C++ toolchain to the Android toolchain and making sure to define the variables found in the fuzzylite CMake script.

I am be very interested in finding out what solution you find most appropriate.

Cheers.