libutils for android ndk

限于喜欢 提交于 2019-12-31 03:26:10

问题


I need to use some classes (Vector, string8) provided in the libUtils.so, but this library did not come with the ndk_linux_x86_r4. In addition, I am having some problems to build this library from the source code. Does anyone have this library built or know where to download it?


回答1:


Build the Android source tree and the binary will appear in out/target/product/generic/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED.



来源:https://stackoverflow.com/questions/4365184/libutils-for-android-ndk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!