can I use c++ boost in a cocos2dx2.0.2 project?

is there any problem when porting it to android if i use boost?

compile boost with ndk

Once I compiled boost::serialization for android. It’s 9.3M! Too large for a mobile app.

名 无 wrote:

is there any problem when porting it to android if i use boost?

What if you compile from source and use only the classes you require limiting the overall size of boost yet still enjoying the features of boost… ?