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.
我想编写一个使用本机 c++ 代码的 Flex 应用程序。该应用程序必须能够在 Android 和 IOS 上运行。根据 adobe,如果我希望它在 Android 上运行,我必须将 c++ 编译为共享库(.so),并编译为 IOS 的静态库(.a)。
是否可以将相同的 c++ 代码编译为共享和静态库?或者有没有更好的方法在 Android 和 IOS 上使用相同的原生 c++ 代码?