/BoostForAndroidSimpleExample

Boost for Android project using CMake build system

Primary LanguageJava

Boost for Android using CMake

  This project is Android project with simple Boost serialization example. NDK build system uses CMake which is a default setting when create a new Android project supporting C++ on Android Studio. Get the Boost library binaries from Boost-for-Android-Prebuilt.

How to use it

  There's no additional processes to build and execute this project. Just clone and run it!

Attention

  This project requests READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions but not include a permission checking code. So, you should enable the permission of external storage manually.