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 并正在学习教程。其中一个步骤(第 3 步:编译共享对象)我不知道该怎么做。坦率地说,我不明白它是什么。有人可以向我解释该怎么做吗?提前致谢。
https://ar.qualcomm.at/sdk
“共享对象”是动态库的 Unixy 术语。这就是编译的 NDK 代码所采用的形式。为您的项目构建这些:
jni
ndk-build