Libutils For Android Ndk
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 t
Solution 1:
Build the Android source tree and the binary will appear in out/target/product/generic/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED
.
Post a Comment for "Libutils For Android Ndk"