问题标签 [android-stlport]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1433 浏览

android - 如何判断 Android .so 是使用哪个运行时编译的?

我有一些预编译的so文件,所以谁知道生成它们的标志是什么。我很想知道它们是用哪个运行时/版本的 STL 编译的(gnustl_shared?stlport_shared?)以避免与我自己的代码发生冲突。

如何从已编译的 so 文件中找出它们被编译使用的运行时?

这是所有 Android NDK C++ 代码。