Android NDK: Including boost c++ library
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to use a boost library inside my android application, using the NDK. I have found a couple of success stories here and here , but I can't say the same about me. I am specifically trying to use the library in this link , as well as the boost thread library. In the code below, I am only trying to include the thread library, not the math library. The process I used to build the boost libraries is pretty much the same as the first link I attached. So far, it seems I have successfully built the boost libraries, but when I run ndk