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.
我有一个SO文件,它是用GCC编译器用命令编译的 -
SO
GCC
gcc -mandroid -c ret.c
这是SO 文件的链接。
只需将 .so 文件放在您的 libs/armeabi/ 子目录中,它就会自动包含在您的构建中。不要在 LOCAL_SRC_FILES 中提及它,因为它不是源文件。