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.
我正在构建一个带有静态库 (.a) 作为输入之一的 NDK 共享库。静态库具有 GDB 格式的调试信息。调试信息是否会出现在最终的 .SO 中?我该如何检查?
是的,它确实。NDK 构建的最后一步是将.so文件从obj目录复制到lib,在途中剥离符号。您可以看到文件变小了多少lib/armeabi。
.so
obj
lib
lib/armeabi