简体   繁体   中英

Android NDK How to use armeabi static library with multi architecture App?

我的Android应用程序在同一版本中包含适用于所有体系结构的a.so库,我想将b.so库包含到我的项目中,但它只有一种架构,例如armeabi,如何将此库包含到我的项目中。

You should put your b.so into folder with proper name ( armeabi in your case). But note, that your app won't work on another architectures like x86 , mips so on. You should build that b.so for each arch that you are interested in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM