Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 android ndk 中,在文件夹 sources\cxx-stl\llvm-libc++\libs\armeabi-v7a 下,我可以看到以下这些库。
libandroid_support.a
libc++.so
libc++_shared.so
libc++abi.a
libunwind.a
你能解释一下每一个的目的是什么。如果这些之间有任何依赖关系,请解释。