libutils for android ndk

后端 未结 1 1848
日久生厌
日久生厌 2021-01-22 20:44

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 ha

1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-22 21:23

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

    0 讨论(0)
提交回复
热议问题