Installing a library that depends on third-party library support, etc. In android

I have my boost installed in android (inside / android-sdk / ndk / source / boost / android / lib)

I have software (library) running on Linux and it uses boost library (1.47 and higher).

I want this software to run in android.

when I try to install the software in android, I have to enable boost include / library. so I have to use boost boost / library android or should use boost include / library installed for linux, but if I use boost library installed for android installation, report an error since some lib was not found (since boost android doesnt support for all lib boost)

0
source share

All Articles