How link with static boost libraries for android? How link with static boost libraries for android? android android

How link with static boost libraries for android?


We currently use some parts of boost by simply including relevant boost files in the makefile for the library.


I don't know if you can use gcc and then link the static libraries into the Android platform.What I know is that everything must be compiled under the NDK compiler (because the instruction set is different).

You can use this:https://github.com/MysticTreeGames/Boost-for-Android (.tar)

You will need a customized version of the NDK.